FHIR IG analytics| Package | racsel.org |
| Resource Type | Patient |
| Id | Patient-PatientICVPVaccinationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientICVPVaccinationExample
Profile: LACPatient
Carlos Eduardo Sánchez López(official) Male, DoB: 1996-03-22 ( Driver's license number)
| Active: | true | ||
| Other Id: | Passport number/PE-B9876543 (use: official, ) | ||
{
"resourceType": "Patient",
"id": "PatientICVPVaccinationExample",
"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.840.1.113883.4.330",
"value": "PE-B9876543"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "DL"
}
]
},
"system": "urn:oid.2.16.170.1.2",
"value": "12345678"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Carlos Eduardo Sánchez López",
"family": "Sánchez López",
"given": [
"Carlos",
"Eduardo"
]
}
],
"gender": "male",
"birthDate": "1996-03-22"
}