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

FHIR IG analytics

Packagehaau3.fhir
Resource TypeRelatedPerson
IdRelatedPerson-brian-fung-for-grandma-fung.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 brian-fung-for-grandma-fung

active: true

patient: Grandma Fung

relationship: Grandchild

name: Brian Fung

telecom: hello@haau3.com


Source1

{
  "resourceType": "RelatedPerson",
  "id": "brian-fung-for-grandma-fung",
  "meta": {
    "profile": [
      "https://haau3.com/fhir/StructureDefinition/haau3-related-person"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/grandma-fung",
    "display": "Grandma Fung"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "GRNDCHILD",
          "display": "Grandchild"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Brian Fung",
      "family": "Fung",
      "given": [
        "Brian"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "hello@haau3.com",
      "use": "home"
    }
  ]
}