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

FHIR IG analytics

Packagefhir.giis
Resource TypeRelatedPerson
IdRelatedPerson-ExampleCaretaker.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 ExampleCaretaker

identifier: 14322511

patient: George Dylan Denver Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)

relationship: father

name: Michael Denver


Source1

{
  "resourceType": "RelatedPerson",
  "id": "ExampleCaretaker",
  "meta": {
    "profile": [
      "https://paho.org/fhir/giis/StructureDefinition/ChildCaretaker"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "14322511"
    }
  ],
  "patient": {
    "reference": "Patient/ExampleGiispatient"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "FTH"
        }
      ]
    }
  ],
  "name": [
    {
      "family": "Denver",
      "given": [
        "Michael"
      ]
    }
  ]
}