Interoperable Digital Identity and Patient Matching 2.0.0 - STU 2
Interoperable Digital Identity and Patient Matching - Downloaded Version 2.0.0 See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "abc-hospital"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization abc-hospital</b></p><a name=\"abc-hospital\"> </a><a name=\"hcabc-hospital\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/endpoint/</code>/91654 (use: official, ), <code>http://example.org/fhir/endpoint/</code>/17-0112278 (use: usual, )</p><p><b>name</b>: Burgers University Medical Center</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 022-655 2300(Work)</p></blockquote><blockquote><p><b>contact</b></p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (work)</p></blockquote><blockquote><p><b>contact</b></p><p><b>address</b>: PO Box 2311 Den Burg 9100 AA NLD (work)</p></blockquote><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 022-655 2334</p></blockquote><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 022-655 2335</p></blockquote></div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "http://example.org/fhir/endpoint/"^^xsd:anyURI ; fhir:l <http://example.org/fhir/endpoint/> ] ; fhir:value [ fhir:v "91654" ] ] [ fhir:use [ fhir:v "usual" ] ; fhir:system [ fhir:v "http://example.org/fhir/endpoint/"^^xsd:anyURI ; fhir:l <http://example.org/fhir/endpoint/> ] ; fhir:value [ fhir:v "17-0112278" ] ] ) ; # fhir:name [ fhir:v "Burgers University Medical Center"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "022-655 2300" ] ; fhir:use [ fhir:v "work" ] ] ) ] [ fhir:address [ fhir:use [ fhir:v "work" ] ; ( fhir:line [ fhir:v "Galapagosweg 91" ] ) ; fhir:city [ fhir:v "Den Burg" ] ; fhir:postalCode [ fhir:v "9105 PZ" ] ; fhir:country [ fhir:v "NLD" ] ] ] [ fhir:address [ fhir:use [ fhir:v "work" ] ; ( fhir:line [ fhir:v "PO Box 2311" ] ) ; fhir:city [ fhir:v "Den Burg" ] ; fhir:postalCode [ fhir:v "9100 AA" ] ; fhir:country [ fhir:v "NLD" ] ] ] [ ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "022-655 2334" ] ] ) ] [ ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "022-655 2335" ] ] ) ] ) . #