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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeRelatedPerson
IdRelatedPerson-ExampleERefRelatedPersonAccompanying.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

Maria Dela Cruz is the patient's spouse and emergency contact accompanying the patient during referral. Contact: +639171112222.

Source1

{
  "resourceType": "RelatedPerson",
  "id": "ExampleERefRelatedPersonAccompanying",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-related-person"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/ERefPatientExample"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "ECON",
          "display": "emergency contact"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "SPS",
          "display": "spouse"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Dela Cruz",
      "given": [
        "Maria"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+639171112222",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "period": {
    "start": "2025-03-15"
  }
}