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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeOrganization
IdEsempio_Organization_ASL_PNT.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": "POD.01c6d12a-a95a-46f6-9cf7-e5b719aaf982",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/Organization"
    ]
  },
  "identifier": [
    {
      "system": "https://terminology.pnt.gov/CodeSystem/minsan-fls",
      "value": "010204"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        },
        {
          "system": "https://terminology.pnt.gov/CodeSystem/tipoEntita",
          "code": "asl",
          "display": "Azienda sanitaria locale"
        }
      ]
    }
  ],
  "name": "ASL TORINO 4"
}