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

: Organization - example primary care organization - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "1.2.246.10.2085212.10.1314",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.fi/fhir/nordic-base/StructureDefinition/combined-nordic-organization-profile"
    ]
  },
  "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.2085212.10.1314</b></p><a name=\"1.2.246.10.2085212.10.1314\"> </a><a name=\"hc1.2.246.10.2085212.10.1314\"> </a><a name=\"1.2.246.10.2085212.10.1314-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.246.537.6.202.2008</code>/urn:oid:1.2.246.10.2085212.10.1314\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Kyyjärven lääkärin vastaanotto, Kyyjärven terveysasema, SoTe kuntayhtymä Saarikka</p><p><b>telecom</b>: ph: 0401578947</p><p><b>address</b>: </p><ul><li>Honkalehdontie 9 Kyyjärvi 43700 </li><li>Honkalehdontie 9 Kyyjärvi 43700 </li></ul><p><b>partOf</b>: <a href=\"Organization-1.2.246.10.2085212.10.1306.html\">Organization Vastaanotot, SoTe kuntayhtymä Saarikka</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:1.2.246.537.6.202.2008",
      "value" : "urn:oid:1.2.246.10.2085212.10.1314"
    }
  ],
  "active" : true,
  "name" : "Kyyjärven lääkärin vastaanotto, Kyyjärven terveysasema, SoTe kuntayhtymä Saarikka",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0401578947"
    }
  ],
  "address" : [
    {
      "type" : "postal",
      "line" : [
        "Honkalehdontie 9"
      ],
      "city" : "Kyyjärvi",
      "postalCode" : "43700"
    },
    {
      "type" : "physical",
      "line" : [
        "Honkalehdontie 9"
      ],
      "city" : "Kyyjärvi",
      "postalCode" : "43700"
    }
  ],
  "partOf" : {
    🔗 "reference" : "Organization/1.2.246.10.2085212.10.1306"
  }
}