Legemiddeldata fra institusjon til Legemiddelregisteret — 0.9.4 - ci-build  flag

Publish Box goes here

: Organisasjon-1-Sykehjem - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Organisasjon-1-Sykehjem",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Organisasjon-1-Sykehjem</b></p><a name=\"Organisasjon-1-Sykehjem\"> </a><a name=\"hcOrganisasjon-1-Sykehjem\"> </a><a name=\"Organisasjon-1-Sykehjem-no\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.578.1.12.4.1.4.101</code>/1234567890</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Lykkedalen sykehjem</p><p><b>address</b>: </p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.578.1.12.4.1.4.101",
      "value" : "1234567890"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Lykkedalen sykehjem",
  "address" : [
    {
      "type" : "physical",
      "district" : "Sigdal",
      "_district" : {
        "extension" : [
          {
            "url" : "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-municipalitycode",
            "valueCoding" : {
              "system" : "urn:oid:2.16.578.1.12.4.1.1.3402",
              "code" : "3025",
              "display" : "Sigdal"
            }
          }
        ]
      }
    }
  ]
}