FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientInvalidTwoCedulas.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientInvalidTwoCedulas
Profile: Paciente
Luis Rodríguez (official) Male, DoB: 1992-03-18 ( Cédula Nacional: 3-5678-9012 (use: official, ))
| Active: | true | ||
| Other Id: | cedula-nacional/1-2222-2222 (use: old, ) | ||
{
"resourceType": "Patient",
"id": "CRPatientInvalidTwoCedulas",
"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": "3-5678-9012"
},
{
"use": "old",
"type": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
"code": "cedula-nacional"
}
]
},
"system": "https://hl7.or.cr/fhir/identifier/client-registry",
"value": "1-2222-2222"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Rodríguez",
"given": [
"Luis"
]
}
],
"gender": "male",
"birthDate": "1992-03-18"
}