FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientWithContactMother.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientWithContactMother
Profile: Paciente
Ana María Rodríguez García (official) Female, DoB: 2010-03-22 ( Cédula Nacional: 8-1234-5678 (use: official, ))
| Active: | true | ||
| Mother: |
| ||
{
"resourceType": "Patient",
"id": "CRPatientWithContactMother",
"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": "8-1234-5678"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Rodríguez García",
"given": [
"Ana",
"María"
]
}
],
"gender": "female",
"birthDate": "2010-03-22",
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "72705000"
}
]
}
],
"name": {
"use": "official",
"family": "García López",
"given": [
"María",
"Elena"
]
},
"telecom": [
{
"system": "phone",
"value": "+506 8765 4321",
"use": "mobile"
},
{
"system": "email",
"value": "maria.elena.garcia@example.cr"
}
],
"gender": "female"
}
]
}