Netherlands - Generic Functions for data exchange Implementation Guide, published by Ministerie van Volksgezondheid, Welzijn en Sport. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/minvws/generiekefuncties-docs/ and changes regularly. See the Directory of published versions
: Organization 3 - Location Nursing Department - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ad3-l2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://minvws.github.io/generiekefuncties-docs/StructureDefinition/nl-gf-location"^^xsd:anyURI ;
fhir:l <http://minvws.github.io/generiekefuncties-docs/StructureDefinition/nl-gf-location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location ad3-l2</b></p><a name=\"ad3-l2\"> </a><a name=\"hcad3-l2\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-gf-location.html\">NL Generic Functions Location Profile</a></p></div><p><b>identifier</b>: <code>https://cp3-test.example.org/locations</code>/9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b</p><p><b>status</b>: Active</p><p><b>name</b>: Verpleeghuis Weltevree</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SNF}\">Skilled nursing facility</span></p><p><b>address</b>: Doetinchem NL </p><p><b>managingOrganization</b>: <a href=\"Organization-631cf10e-42d6-4165-9907-11e2333d4a85.html\">Organization Nursing department at Organization 3</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://cp3-test.example.org/locations"^^xsd:anyURI ;
fhir:l <https://cp3-test.example.org/locations> ] ;
fhir:value [ fhir:v "9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b" ] ;
fhir:assigner [
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type> ] ;
fhir:code [ fhir:v "author" ] ] ) ] ;
fhir:system [
fhir:v "http://fhir.nl/fhir/NamingSystem/ura"^^xsd:anyURI ;
fhir:l <http://fhir.nl/fhir/NamingSystem/ura> ] ;
fhir:value [ fhir:v "33333333" ] ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "Verpleeghuis Weltevree"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode> ] ;
fhir:code [ fhir:v "SNF" ] ;
fhir:display [ fhir:v "Skilled nursing facility" ] ] )
] ) ; #
fhir:address [
fhir:city [ fhir:v "Doetinchem" ] ;
fhir:country [ fhir:v "NL" ]
] ; #
fhir:managingOrganization [
fhir:l fhir:Organization/631cf10e-42d6-4165-9907-11e2333d4a85 ;
fhir:reference [ fhir:v "Organization/631cf10e-42d6-4165-9907-11e2333d4a85" ]
] . #