RIVO-Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Organization MCL - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MCL"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://hl7.nl/fhir/zorgviewer/StructureDefinition/Organization"^^xsd:anyURI ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"MCL\"> </a><a name=\"hcMCL\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceOrganization "MCL" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: Vektis AGB-z zorgverlener tabel/06010210 (use: official), <code>urn:oid:2.16.840.1.113883.2.4.3</code>/2.16.840.1.113883.2.4.3.75 (use: official), <code>urn:oid:1.2.840.114350</code>/1.2.840.114350.1.13.432.3.7.3.688884.100 (use: 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 "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"] . #