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

: Location struttura ospedaliera Milanese - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "f148e54a-2046-4534-b9e9-54e7e9632224",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.it/fhir/dossier-pharma/StructureDefinition/Location-it-dossierPharma"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location f148e54a-2046-4534-b9e9-54e7e9632224</b></p><a name=\"f148e54a-2046-4534-b9e9-54e7e9632224\"> </a><a name=\"hcf148e54a-2046-4534-b9e9-54e7e9632224\"> </a><a name=\"f148e54a-2046-4534-b9e9-54e7e9632224-it-IT\"> </a><p><b>identifier</b>: <code>https://www.hl7.it/fhir/terminology/ValueSet/minsan-idStrutture</code>/123456\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Active</p><p><b>name</b>: Policlinico di Milano</p><p><b>alias</b>: Poliambulatorio di Milano, Ospedale universitario di Milano</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: ph: 33324567</p><p><b>address</b>: Milano 20019 </p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "https://www.hl7.it/fhir/terminology/ValueSet/minsan-idStrutture",
      "value" : "123456"
    }
  ],
  "status" : "active",
  "name" : "Policlinico di Milano",
  "alias" : [
    "Poliambulatorio di Milano",
    "Ospedale universitario di Milano"
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP",
          "display" : "Hospital"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "33324567"
    }
  ],
  "address" : {
    "type" : "physical",
    "city" : "Milano",
    "postalCode" : "20019"
  }
}