FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientWithContactSpouse.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientWithContactSpouse
Profile: Paciente
David Ramírez Solís (official) Male, DoB: 1988-11-14 ( Cédula Nacional: 7-1234-5678 (use: official, ))
| Active: | true | ||
| Contact Detail | Avenida Central 456 Casa 28 Alajuela Alajuela (home) | ||
| Spouse: |
| ||
{
"resourceType": "Patient",
"id": "CRPatientWithContactSpouse",
"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": "7-1234-5678"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Ramírez Solís",
"given": [
"David"
]
}
],
"gender": "male",
"birthDate": "1988-11-14",
"address": [
{
"use": "home",
"type": "both",
"line": [
"Avenida Central 456",
"Casa 28"
],
"city": "Alajuela",
"_city": {
"extension": [
{
"url": "https://hl7.or.cr/fhir/core/StructureDefinition/cr-city-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/city-codes",
"code": "201",
"display": "Alajuela"
}
]
}
}
]
},
"state": "Alajuela",
"_state": {
"extension": [
{
"url": "https://hl7.or.cr/fhir/core/StructureDefinition/cr-state-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/province-codes",
"code": "CR-A",
"display": "Alajuela"
}
]
}
}
]
}
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "127848009"
}
]
}
],
"name": {
"use": "official",
"family": "Torres Vargas",
"given": [
"Patricia"
]
},
"telecom": [
{
"system": "phone",
"value": "+506 7654 3210",
"use": "home"
}
],
"address": {
"use": "home",
"type": "both",
"line": [
"Avenida Central 456",
"Casa 28"
]
},
"gender": "female"
}
]
}