FHIR IG analytics| Package | hl7.fhir.cl.minsal.nid |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-EjemploAcompanate.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PersonaRelacionada EjemploAcompanate
Profile: MINSAL Acompañante
patient: Javiera Castilla (official) Female, DoB: 1995-12-12 ( RUN: 16182522-0 (use: official, ))
relationship: Emergency Contact
name: Pedro Castilla (Official)
telecom: +56987654321
period: 2024-01-23 16:30:00-0300 --> 2024-01-23 18:00:00-0300
{
"resourceType": "RelatedPerson",
"id": "EjemploAcompanate",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALAcompanante"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/MinsalPacienteEjemplo"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "C",
"display": "Emergency Contact"
}
]
}
],
"name": [
{
"use": "official",
"family": "Castilla",
"given": [
"Pedro"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+56987654321",
"use": "mobile"
}
],
"period": {
"start": "2024-01-23T16:30:00-03:00",
"end": "2024-01-23T18:00:00-03:00"
}
}