SMART PH4H
0.1.0 - ci-build

SMART PH4H, published by WHO. 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/WorldHealthOrganization/smart-ph4h/tree/main and changes regularly. See the Directory of published versions

: Example Organization - 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 "890751f4-2924-4636-bab7-efffc7f3cf14"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 890751f4-2924-4636-bab7-efffc7f3cf14</b></p><a name=\"890751f4-2924-4636-bab7-efffc7f3cf14\"> </a><a name=\"hc890751f4-2924-4636-bab7-efffc7f3cf14\"> </a><a name=\"890751f4-2924-4636-bab7-efffc7f3cf14-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.528.1.1007.3.3</code>/564738757</p><p><b>active</b>: true</p><p><b>name</b>: Anorg Aniza Tion BV / The best custodian ever</p><p><b>telecom</b>: <a href=\"tel:+31-51-34343400\">+31-51-34343400</a></p><p><b>address</b>: Houttuinen 27 Dordrecht 3311 CE NL (work)</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.528.1.1007.3.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "564738757" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "Anorg Aniza Tion BV / The best custodian ever"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+31-51-34343400" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
    ( fhir:line [ fhir:v "Houttuinen 27" ] ) ;
fhir:city [ fhir:v "Dordrecht" ] ;
fhir:postalCode [ fhir:v "3311 CE" ] ;
fhir:country [ fhir:v "NL" ]
  ] ) . #