FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientMultipleId.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientMultipleId
Profile: Paciente
Mariela Vargas Jiménez (official) Female, DoB: 1998-02-21 ( Cédula Nacional: 2-0666-0888 (use: official, ))
| Active: | true | ||
| Other Id: | Pasaporte/P0048822 (use: secondary, ) | ||
{
"resourceType": "Patient",
"id": "CRPatientMultipleId",
"meta": {
"profile": [
"https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
"code": "cedula-nacional",
"display": "Cédula Nacional"
}
]
},
"system": "https://hl7.or.cr/fhir/identifier/client-registry",
"value": "2-0666-0888"
},
{
"use": "secondary",
"type": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
"code": "pasaporte",
"display": "Pasaporte"
}
]
},
"system": "https://hl7.or.cr/fhir/identifier/client-registry",
"value": "P0048822"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Vargas Jiménez",
"given": [
"Mariela"
]
}
],
"gender": "female",
"birthDate": "1998-02-21"
}