FHIR IG analytics| Package | hl7.fhir.us.cardio.ig |
| Resource Type | Patient |
| Id | Patient-PatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample
Profile: PatientCardio
Jaime Javier Rojas Bustos(official) Male, DoB: 1991-11-12 ( Rol Único Nacional o RUN: 131234133)
| Deceased: | false | ||
| Alt. Name: | James Pond | ||
{
"resourceType": "Patient",
"id": "PatientExample",
"meta": {
"profile": [
"https://centrocardiovascular.cl/StructureDefinition/PatientCardio"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
"code": "152",
"display": "Chile"
}
]
}
}
],
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code": "01",
"display": "Rol Único Nacional o RUN"
}
]
},
"system": "http://www.cardio.com/identifiers/patient",
"value": "131234133"
}
],
"name": [
{
"family": "Pond",
"given": [
"James"
]
},
{
"use": "official",
"text": "Jaime Javier Rojas Bustos",
"family": "Rojas",
"_family": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
"valueString": "Bustos"
}
]
},
"given": [
"Jaime Rojas"
]
}
],
"gender": "male",
"birthDate": "1991-11-12",
"deceasedBoolean": false
}