FHIR IG analytics| Package | racsel.org |
| Resource Type | Patient |
| Id | Patient-LACPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient LACPatientExample
Profile: LACPatient
Sergio Penafiel(official) Male, DoB: 1994-10-13 ( Tax ID number)
| Active: | true | ||
| Other Id: | Passport number/CL/F12-1234123-2 (use: official, ) | ||
{
"resourceType": "Patient",
"id": "LACPatientExample",
"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": "CL/F12-1234123-2"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "TAX"
}
]
},
"system": "urn:oid.2.16.152",
"value": "CL/18922652-7"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Sergio Penafiel",
"family": "Penafiel",
"given": [
"Sergio"
]
}
],
"gender": "male",
"birthDate": "1994-10-13"
}