FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientCedula.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientCedula
Profile: Paciente
Juan Pérez González (official) Male, DoB: 1990-05-02 ( Cédula Nacional: 1-0123-4567 (use: official, ))
| Active: | true | ||
| Contact Detail | |||
{
"resourceType": "Patient",
"id": "CRPatientCedula",
"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": "1-0123-4567"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Pérez González",
"given": [
"Juan"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+506 2555 1234",
"use": "home"
},
{
"system": "email",
"value": "juan.perez@example.cr",
"use": "work"
}
],
"gender": "male",
"birthDate": "1990-05-02"
}