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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeRelatedPerson
IdRelatedPerson-example1.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 example1

active: true

patient: Harry Dan Male, DoB: 1939-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)

relationship: Caregiver

name: Mary Smith

telecom: msmith@amail.example.com, ph: (02)55501234(Home)

gender: Female

address: 255 Gadsby Street Blacktown NSW 2148 AU


Source1

{
  "resourceType": "RelatedPerson",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/example1"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "133932002",
          "display": "Carer"
        }
      ],
      "text": "Caregiver"
    }
  ],
  "name": [
    {
      "family": "Smith",
      "given": [
        "Mary"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "msmith@amail.example.com",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "(02)55501234",
      "use": "home"
    }
  ],
  "gender": "female",
  "address": [
    {
      "line": [
        "255 Gadsby Street"
      ],
      "city": "Blacktown",
      "state": "NSW",
      "postalCode": "2148",
      "country": "AU"
    }
  ]
}