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

: LaegerneHasserisBymidte - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "LaegerneHasserisBymidte",
  "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 LaegerneHasserisBymidte</b></p><a name=\"LaegerneHasserisBymidte\"> </a><a name=\"hcLaegerneHasserisBymidte\"> </a><a name=\"LaegerneHasserisBymidte-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.208.176.1.1</code>/61741000016007, <code>urn:oid:1.2.208.176.1.4</code>/77410</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394761003}\">General practitioner practice site</span></p><p><b>name</b>: Lægerne Hasseris Bymidte</p><p><b>telecom</b>: ph: 98182233</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.208.176.1.1",
      "value" : "61741000016007"
    },
    {
      "system" : "urn:oid:1.2.208.176.1.4",
      "value" : "77410"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394761003"
        }
      ]
    }
  ],
  "name" : "Lægerne Hasseris Bymidte",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "98182233"
    }
  ]
}