FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientWithAddress.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientWithAddress
Profile: Paciente
Francisco Xavier Sánchez Rojas (official) Male, DoB: 1982-06-18 ( Cédula Nacional: 6-9876-5432 (use: official, ))
| Active: | true | ||
| Contact Detail | Calle Principal 1234 Apartado 567 San José San José 10101 Costa Rica (home) | ||
{
"resourceType": "Patient",
"id": "CRPatientWithAddress",
"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-9876-5432"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Sánchez Rojas",
"given": [
"Francisco",
"Xavier"
]
}
],
"gender": "male",
"birthDate": "1982-06-18",
"address": [
{
"use": "home",
"type": "both",
"line": [
"Calle Principal 1234",
"Apartado 567"
],
"city": "San José",
"_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": "101",
"display": "San José"
}
]
}
}
]
},
"district": "San José",
"_district": {
"extension": [
{
"url": "https://hl7.or.cr/fhir/core/StructureDefinition/cr-district-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/district-codes",
"code": "10101",
"display": "Carmen"
}
]
}
}
]
},
"state": "San José",
"_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-SJ",
"display": "San José"
}
]
}
}
]
},
"postalCode": "10101",
"country": "Costa Rica",
"_country": {
"extension": [
{
"url": "https://hl7.or.cr/fhir/core/StructureDefinition/cr-country-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CRI",
"display": "Costa Rica"
}
]
}
}
]
}
}
]
}