FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Organization |
| Id | Esempio_Organization_PoliAmb_PNT.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}
}