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 "MCL"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.nl/zorgviewer/StructureDefinition/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 MCL</b></p><a name=\"MCL\"> </a><a name=\"hcMCL\"> </a><a name=\"MCL-nl-NL\"> </a><p><b>identifier</b>: Vektis AGB-z zorgverlener tabel/06010210 (gebruik: official, ), <code>urn:oid:2.16.840.1.113883.2.4.3</code>/2.16.840.1.113883.2.4.3.75 (gebruik: official, ), UZI register abonneenummer (URA); zorgaanbieder die UZI passen aanvraagt/00015823 (gebruik: official, ), <code>urn:oid:1.2.840.114350</code>/1.2.840.114350.1.13.432.3.7.3.688884.100 (gebruik: official, )</p><p><b>active</b>: true</p><p><b>name</b>: MCL</p></div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/agb-z"^^xsd:anyURI ] ; fhir:value [ fhir:v "06010210" ] ; fhir:assigner [ fhir:display [ fhir:v "VEKTIS" ] ] ] [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "2.16.840.1.113883.2.4.3.75" ] ; fhir:assigner [ fhir:display [ fhir:v "HL7NL" ] ] ] [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/ura"^^xsd:anyURI ] ; fhir:value [ fhir:v "00015823" ] ; fhir:assigner [ fhir:display [ fhir:v "URA" ] ] ] [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "urn:oid:1.2.840.114350"^^xsd:anyURI ] ; fhir:value [ fhir:v "1.2.840.114350.1.13.432.3.7.3.688884.100" ] ; fhir:assigner [ fhir:display [ fhir:v "Epic HomeCommunity" ] ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name [ fhir:v "MCL"] . #