@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 -------------------------------------------------------------------

<http://dips.no/fhir/R4/Organization/aks1000004> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "aks1000004"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://dips.no/fhir/R4/StructureDefinition/DIPSOrganization" ;
       fhir:index 0 ;
       fhir:link <http://dips.no/fhir/R4/StructureDefinition/DIPSOrganization>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization aks1000004</b></p><a name=\"aks1000004\"> </a><a name=\"hcaks1000004\"> </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-DIPSOrganization.html\">DIPSOrganization</a></p></div><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.9038.70.1</code>/1000004</p><p><b>active</b>: true</p><p><b>name</b>: Helse Nord</p><p><b>address</b>: Bankgata 12 Bodø NORDLAND FYLKESKOMMUNE 8012 (work)</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:oid:1.3.6.1.4.1.9038.70.1" ] ;
     fhir:Identifier.value [ fhir:value "1000004" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Helse Nord"] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://dips.no/fhir/R4/StructureDefinition/OrganizationAddressId" ] ;
       fhir:Extension.valueIdentifier [
         fhir:Identifier.use [ fhir:value "official" ] ;
         fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/dips-addressid" ] ;
         fhir:Identifier.value [ fhir:value "1000018" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "http://hl7.no/fhir/StructureDefinition/R4/no-basis-propertyinformation" ] ;
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.578.1.12.4.1.1.3402" ] ;
         fhir:Coding.code [ fhir:value "1804" ] ;
         fhir:Coding.display [ fhir:value "BODØ" ]
       ]
     ] ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.type [ fhir:value "physical" ] ;
     fhir:Address.line [
       fhir:value "Bankgata 12" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Bodø" ] ;
     fhir:Address.district [ fhir:value "BODØ" ] ;
     fhir:Address.state [ fhir:value "NORDLAND FYLKESKOMMUNE" ] ;
     fhir:Address.postalCode [ fhir:value "8012" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://dips.no/fhir/R4/Organization/aks1000004.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

