HL7 Czech Core Resources IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions
: cz-patient-addr-example-1 - 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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cz-patient-addr-example-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-patient"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-patient> ] )
] ; #
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: Patient cz-patient-addr-example-1</b></p><a name=\"cz-patient-addr-example-1\"> </a><a name=\"hccz-patient-addr-example-1\"> </a><a name=\"cz-patient-addr-example-1-cz-CZ\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Adam Příklad (no stated gender), DoB Unknown ( https://ncez.mzcr.cz/fhir/sid/rid#456789123)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Malé náměstí 13a, 150 00, Praha 5(home)</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://ncez.mzcr.cz/fhir/sid/rid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "456789123" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Příklad" ] ;
( fhir:given [ fhir:v "Adam" ] )
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Malé náměstí 13a, 150 00, Praha 5" ] ;
( fhir:line [
fhir:v "Malé náměstí 13a" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Malé náměstí" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "13a" ] ] ) ] ) ;
fhir:city [ fhir:v "Praha" ] ;
fhir:postalCode [ fhir:v "15000" ] ;
fhir:country [ fhir:v "CZ" ]
] ) . #