Interoperable Digital Identity and Patient Matching 2.0.0-ballot - STU2 Ballot
Publication Build: This will be filled in by the publication tooling
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:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "abc-hospital"] ; # 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: Organization abc-hospital</b></p><a name=\"abc-hospital\"> </a><a name=\"hcabc-hospital\"> </a><a name=\"abc-hospital-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.528.1</code>/91654 (use: official, ), <code>urn:oid:2.16.840.1.113883.2.4.6.1</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>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "urn:oid:2.16.528.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "91654" ] ] [ fhir:use [ fhir:v "usual" ] ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.6.1"^^xsd:anyURI ] ; 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" ] ] ) ] ) . #