eHealth Platform Federal Core Profiles
2.1.2 - STU1 Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.1.2: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: relatedperson - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "relatedperson"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson relatedperson</b></p><a name=\"relatedperson\"> </a><a name=\"hcrelatedperson\"> </a><a name=\"relatedperson-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-patient1.html\">Josephine Nessa La Paradisio (official) Female, DoB: 1979-12-11 ( Medical record number: 45XXP0PA-4 (use: usual, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://snomed.info/sct 444191003}\">Aunt of subject (person)</span></p></div>"
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/patient1" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
a sct:444191003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "444191003" ]     ] )
  ] ) . #