Netherlands - Generic Functions for data exchange Implementation Guide
0.1.0 - ci-build Netherlands flag

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 Main Building - 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-l1"] ; # 
  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-l1</b></p><a name=\"ad3-l1\"> </a><a name=\"hcad3-l1\"> </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>/7c5e3d2a-1f9e-4b8c-9d6a-8e2f5c3b1a4d</p><p><b>status</b>: Active</p><p><b>name</b>: Main Building</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>: Smidsstraat 10 Zelhem 7021 AC NL </p><p><b>managingOrganization</b>: <a href=\"Organization-3e799075-63a2-4a4c-913d-a91b8198463d.html\">Organization example Care Institution</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 "7c5e3d2a-1f9e-4b8c-9d6a-8e2f5c3b1a4d" ] ;
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 "Main Building"] ; # 
  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:line [ fhir:v "Smidsstraat 10" ] ) ;
fhir:city [ fhir:v "Zelhem" ] ;
fhir:postalCode [ fhir:v "7021 AC" ] ;
fhir:country [ fhir:v "NL" ]
  ] ; # 
  fhir:managingOrganization [
fhir:l fhir:Organization/3e799075-63a2-4a4c-913d-a91b8198463d ;
fhir:reference [ fhir:v "Organization/3e799075-63a2-4a4c-913d-a91b8198463d" ]
  ] . #