FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientDimex.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientDimex
Profile: Paciente
María Fernanda Rojas Méndez (official) Female, DoB: 1985-11-15 ( DIMEX: 123456789012 (use: official, ))
| Active: | true | ||
| Contact Detail | |||
{
"resourceType": "Patient",
"id": "CRPatientDimex",
"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": "dimex",
"display": "DIMEX"
}
]
},
"system": "https://hl7.or.cr/fhir/identifier/client-registry",
"value": "123456789012"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Rojas Méndez",
"given": [
"María",
"Fernanda"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+506 8765 4321",
"use": "mobile"
},
{
"system": "email",
"value": "maria.rojas@example.cr"
}
],
"gender": "female",
"birthDate": "1985-11-15"
}