FHIR IG analytics| Package | racsel.org |
| Resource Type | Patient |
| Id | Patient-PatientYellowFeverExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientYellowFeverExample
Profile: LACPatient
Carla López Rodríguez(official) Female, DoB: 1988-07-22 ( Driver's license number)
| Active: | true | ||
| Other Id: | Passport number/EC/P12345678 (use: official, ) | ||
{
"resourceType": "Patient",
"id": "PatientYellowFeverExample",
"meta": {
"profile": [
"http://racsel.org/StructureDefinition/LACPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PPN"
}
]
},
"system": "urn:oid.2.16.152",
"value": "EC/P12345678"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "DL"
}
]
},
"system": "urn:oid.2.16.152",
"value": "EC/1752345678-0"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Carla López Rodríguez",
"family": "López Rodríguez",
"given": [
"Carla"
]
}
],
"gender": "female",
"birthDate": "1988-07-22"
}