RIVO-Noord Zorgviewer Implementation Guide 1.10.0 - sprint48
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 "eXovwVA3zYl3U3fBH8mdkxw3"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"^^xsd:anyURI ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: Organization eXovwVA3zYl3U3fBH8mdkxw3</b></p><a name=\"eXovwVA3zYl3U3fBH8mdkxw3\"> </a><a name=\"hceXovwVA3zYl3U3fBH8mdkxw3\"> </a><a name=\"eXovwVA3zYl3U3fBH8mdkxw3-nl-NL\"> </a><p><b>identifier</b>: VEKTIS/06020101 (gebruik: usual, periode: 2011-05-17 --> (continue)), FAC/S_UMCG (gebruik: usual, )</p><p><b>active</b>: true</p><p><b>name</b>: UMCG</p><p><b>address</b>: null Groningen 9713 GZ Nederland </p></div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:type [ fhir:text [ fhir:v "VEKTIS" ] ] ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.6.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "06020101" ] ; fhir:period [ fhir:start [ fhir:v "2011-05-17"^^xsd:date ] ] ] [ fhir:use [ fhir:v "usual" ] ; fhir:type [ fhir:text [ fhir:v "FAC" ] ] ; fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.3.7.5.737384.112"^^xsd:anyURI ] ; fhir:value [ fhir:v "S_UMCG" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name [ fhir:v "UMCG"] ; # fhir:address ( [ ( fhir:line [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ; fhir:value [ fhir:v "Hanzeplein" ] ] ) ] ) ; fhir:city [ fhir:v "Groningen" ] ; fhir:postalCode [ fhir:v "9713 GZ" ] ; fhir:country [ fhir:v "Nederland" ] ] ) . #