FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.minsal.nid
Resource TypeRelatedPerson
IdRelatedPerson-EjemploAcompanate.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PersonaRelacionada EjemploAcompanate

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


Source1

{
  "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"
  }
}