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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeRelatedPerson
IdRelatedPerson-acs-cda-contact-mother.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: RelatedPerson acs-cda-contact-mother

Contact Instruction: Please contact mother on 0211211212

patient: Bob Bobby Bobson (official) Male, DoB: 1984-06-02 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ABC1235)

relationship: Next of kin

name: Patient's mother

telecom: ph: 0211211212


Source1

{
  "resourceType": "RelatedPerson",
  "id": "acs-cda-contact-mother",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-patient-contact"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/contact-instruction",
      "valueString": "Please contact mother on 0211211212"
    }
  ],
  "patient": {
    "reference": "Patient/acs-cda-patient-bob"
  },
  "relationship": [
    {
      "text": "Next of kin"
    }
  ],
  "name": [
    {
      "text": "Patient's mother"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0211211212"
    }
  ]
}