FHIR IG analytics| Package | progetto.eng |
| Resource Type | Patient |
| Id | esempio_patient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "25081128273476132265",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/NewPatient_Eng"
]
},
"contained": [
{
"resourceType": "Organization",
"id": "aslAssId",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Organization_Eng"
]
},
"identifier": [
{
"type": {
"text": "Codice ISTAT"
},
"system": "urn:oid:2.16.840.1.113883.2.9.4.1.3",
"value": "080105"
}
]
},
{
"resourceType": "Organization",
"id": "aslAppId",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Organization_Eng"
]
},
"identifier": [
{
"type": {
"text": "Codice ISTAT"
},
"system": "urn:oid:2.16.840.1.113883.2.9.4.1.3",
"value": "999999"
}
]
}
],
"identifier": [
{
"type": {
"text": "CF"
},
"system": "urn:oid:2.16.840.1.113883.2.9.4.3.2",
"value": "XXXXXXXXXXXXXXXX",
"assigner": {
"display": "MINISTERO DELLE FINANZE"
}
}
],
"active": true,
"name": [
{
"family": "PROVA",
"given": [
"PROVA"
]
}
],
"gender": "male",
"birthDate": "2019-07-29",
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "T",
"display": "NON RILEVATO"
}
],
"text": "NON RILEVATO"
},
"generalPractitioner": [
{
"reference": "#aslAssId"
},
{
"reference": "#aslAppId"
}
]
}