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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeOrganization
IdOrganization_ASL.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": "organization-asl-codi",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Organization_Eng"
    ]
  },
  "identifier": [
    {
      "type": {
        "text": "Codice ISTAT"
      },
      "system": "http://terminology.hl7.it/CodeSystem/minsan-fls",
      "value": "080108"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        },
        {
          "system": "http://cct.eng.it/FHIR/schema/organization-specialType",
          "code": "ASL",
          "display": "ASL"
        }
      ]
    }
  ],
  "name": "BOLOGNA",
  "telecom": [
    {
      "system": "phone",
      "value": "051 /6584806",
      "use": "work"
    }
  ],
  "address": [
    {
      "type": "physical",
      "line": [
        "VIA CASTIGLIONE 29"
      ],
      "city": "Bologna",
      "_city": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritoriali",
              "code": "037006",
              "display": "Bologna"
            }
          }
        ]
      },
      "_state": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "http://terminology.hl7.it/CodeSystem/minsan-regione",
              "code": "080",
              "display": "EMILIA ROMAGNA"
            }
          }
        ]
      }
    }
  ]
}