HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build Italy flag

HL7 FHIR Implementation Guide Dossier Farmaceutico, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/dossier-pharma/ and changes regularly. See the Directory of published versions

: Organization Regione Valle D'Aosta - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Organization-Dossier-Esempio2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Organization-Dossier-Esempio2</b></p><a name=\"Organization-Dossier-Esempio2\"> </a><a name=\"hcOrganization-Dossier-Esempio2\"> </a><a name=\"Organization-Dossier-Esempio2-it-IT\"> </a><p><b>identifier</b>: <code>https://www.hl7.it/fhir/terminology/sid/minsan-regione</code>/020</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://www.hl7.it/fhir/terminology/CodeSystem/it-tipoEntita regione}\">Regione</span></p><p><b>name</b>: Regione VALLE D'AOSTA</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.hl7.it/fhir/terminology/sid/minsan-regione",
      "value" : "020"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://www.hl7.it/fhir/terminology/CodeSystem/it-tipoEntita",
          "code" : "regione",
          "display" : "Regione"
        }
      ]
    }
  ],
  "name" : "Regione VALLE D'AOSTA"
}