Finnish Base Profiles
1.0.1-cibuild - ci-build Finland flag

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

: A high level organization - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "1.2.246.10.31045308.10002.0",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 1.2.246.10.31045308.10002.0</b></p><a name=\"1.2.246.10.31045308.10002.0\"> </a><a name=\"hc1.2.246.10.31045308.10002.0\"> </a><a name=\"1.2.246.10.31045308.10002.0-fi-FI\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.246.537.6.202.2008</code>/urn:oid:1.2.246.10.31045308.10002.0\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">Government</span></p><p><b>name</b>: Esko-Testi pp HVA</p><p><b>telecom</b>: ph: 0404040404</p><p><b>address</b>: </p><ul><li>Sairaalarinne 1 Oulu 90100 </li><li>Sairaalarinne 1 Oulu 90100 </li></ul></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:1.2.246.537.6.202.2008",
      "value" : "urn:oid:1.2.246.10.31045308.10002.0"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "govt"
        }
      ]
    }
  ],
  "name" : "Esko-Testi pp HVA",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0404040404"
    }
  ],
  "address" : [
    {
      "type" : "postal",
      "line" : [
        "Sairaalarinne 1"
      ],
      "city" : "Oulu",
      "postalCode" : "90100"
    },
    {
      "type" : "physical",
      "line" : [
        "Sairaalarinne 1"
      ],
      "city" : "Oulu",
      "postalCode" : "90100"
    }
  ]
}