FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeOrganization
IdOrganization-presidio.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "AREAS.organization-presidio",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Organization_Eng"
    ]
  },
  "identifier": [
    {
      "system": "http://terminology.hl7.it/CodeSystem/minsan-hsp",
      "value": "160164"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        },
        {
          "system": "http://terminology.hl7.it/CodeSystem/it-tipoEntita",
          "code": "ric-hsp",
          "display": "Strutture di Ricovero"
        }
      ]
    }
  ],
  "name": "P.O. SAN CAMILLO DE LELLIS",
  "address": [
    {
      "type": "physical",
      "city": "Argenta",
      "_city": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritoriali",
              "code": "038001",
              "display": "Argenta"
            }
          }
        ]
      }
    }
  ],
  "partOf": {
    "reference": "Organization/AREAS.ASL-160115"
  }
}