Combined Nordic FHIR Base Profiles
0.2.0-ci - ci-build

Combined Nordic FHIR Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/nordic-base/ and changes regularly. See the Directory of published versions

: GOFSH-GENERATED-ID-1 - 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 "GOFSH-GENERATED-ID-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-Organization"^^xsd:anyURI ;
fhir:link <http://hl7.no/fhir/StructureDefinition/no-basis-Organization>     ] )
  ] ; # 
  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 GOFSH-GENERATED-ID-1</b></p><a name=\"GOFSH-GENERATED-ID-1\"> </a><a name=\"hcGOFSH-GENERATED-ID-1\"> </a><a name=\"GOFSH-GENERATED-ID-1-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.578.1.12.4.1.4.101</code>/915933149</p><p><b>name</b>: Direktoratet for e-Helse</p><p><b>address</b>: </p><ul><li>Postboks 221 Skøyen OSLO 0213 </li><li>Verkstedveien 1 OSLO 0277 </li></ul></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.4.101"^^xsd:anyURI ] ;
fhir:value [ fhir:v "915933149" ]
  ] ) ; # 
  fhir:name [ fhir:v "Direktoratet for e-Helse"] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-address-official"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "Postboks 221 Skøyen" ] ) ;
fhir:city [ fhir:v "OSLO" ] ;
fhir:postalCode [ fhir:v "0213" ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-address-official"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "Verkstedveien 1" ] ) ;
fhir:city [ fhir:v "OSLO" ] ;
fhir:postalCode [ fhir:v "0277" ]
  ] ) . #