FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientWithContactEmergency.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientWithContactEmergency
Profile: Paciente
Carlos Alberto Fernández Arias (official) Male, DoB: 1995-07-10 ( Cédula Nacional: 6-1234-5678 (use: official, ))
| Active: | true | ||
| Mother: |
| ||
| Marital status: |
| ||
{
"resourceType": "Patient",
"id": "CRPatientWithContactEmergency",
"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": "6-1234-5678"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Fernández Arias",
"given": [
"Carlos",
"Alberto"
]
}
],
"gender": "male",
"birthDate": "1995-07-10",
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "72705000"
}
]
}
],
"name": {
"use": "official",
"family": "Arias Méndez",
"given": [
"Rosa"
]
},
"telecom": [
{
"system": "phone",
"value": "+506 2345 6789",
"use": "home"
}
],
"gender": "female"
},
{
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "125680007"
}
]
}
],
"name": {
"use": "official",
"family": "Morales Campos",
"given": [
"Juan"
]
},
"telecom": [
{
"system": "phone",
"value": "+506 9876 5432",
"use": "mobile"
},
{
"system": "email",
"value": "juan.morales@example.cr"
}
],
"gender": "male"
}
]
}