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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeRelatedPerson
IdRelatedPerson-banks-mia-leanne-father.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 banks-mia-leanne-father

patient: Mia Leanne Banks Female, DoB: 1983-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647261)

relationship: Father

name: Bob Banks


Source1

{
  "resourceType": "RelatedPerson",
  "id": "banks-mia-leanne-father",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/banks-mia-leanne"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "FTH"
        }
      ],
      "text": "Father"
    }
  ],
  "name": [
    {
      "family": "Banks",
      "given": [
        "Bob"
      ]
    }
  ]
}