Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: null - 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 "nl-core-organization-01"] ; # 
  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\">\n            <table>\n                <caption>Organisatie</caption>\n                <tbody>\n                    <tr>\n                        <th>Naam</th>\n                        <td>Maatschap Vaste Huisarts</td>\n                    </tr>\n                    <tr>\n                        <th>Type</th>\n                        <td>\n                            <span title=\"Huisartspraktijk (zelfstandig of groepspraktijk) (Z3 - organization-type)\">Huisartspraktijk (zelfstandig of groepspraktijk)</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nictiz.nl/fhir/NamingSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Z3" ] ;
fhir:display [ fhir:v "Huisartspraktijk (zelfstandig of groepspraktijk)" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Maatschap Vaste Huisarts"] . #