Codes, extension, profiles and more - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: line-danser - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "line-danser"] ; #
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 line-danser</b></p><a name=\"line-danser\"> </a><a name=\"hcline-danser\"> </a><a name=\"line-danser-no-NO\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-example-girl.html\">Jane Danser Female, DoB: 2015-11-02</a></p><p><b>relationship</b>: <span title=\"Codes:{urn:oid:2.16.578.1.12.4.1.1.9033 MO}\">Mor</span></p><p><b>name</b>: Line Danser </p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1990-11-02</p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example-girl" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.1.9033"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MO" ] ;
fhir:display [ fhir:v "Mor" ] ] )
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Danser" ] ;
( fhir:given [ fhir:v "Line" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1990-11-02"^^xsd:date] . #