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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "GOFSH-GENERATED-ID-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.no/fhir/StructureDefinition/no-basis-Organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.578.1.12.4.1.4.101",
      "value" : "915933149"
    }
  ],
  "name" : "Direktoratet for e-Helse",
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.no/fhir/StructureDefinition/no-basis-address-official",
          "valueBoolean" : true
        }
      ],
      "type" : "postal",
      "line" : [
        "Postboks 221 Skøyen"
      ],
      "city" : "OSLO",
      "postalCode" : "0213"
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.no/fhir/StructureDefinition/no-basis-address-official",
          "valueBoolean" : true
        }
      ],
      "type" : "physical",
      "line" : [
        "Verkstedveien 1"
      ],
      "city" : "OSLO",
      "postalCode" : "0277"
    }
  ]
}