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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeOrganization
IdEsempio_Organization_PoliAmb_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.f4857972-2dcd-4831-b593-0758d50e0d8a",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/Organization"
    ]
  },
  "identifier": [
    {
      "system": "http://terminology.pnt.gov/CodeSystem/STS11",
      "value": "XXXX"
    }
  ],
  "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": "poli-amb",
          "display": "Poliambulatorio"
        }
      ]
    }
  ],
  "name": "NOME POLIAMBULATORIO",
  "partOf": {
    "identifier": {
      "system": "https://terminology.pnt.gov/CodeSystem/minsan-fls",
      "value": "010204"
    }
  }
}