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

FHIR IG analytics

Packagehl7.fhir.us.vrdr.r4b
Resource TypeRelatedPerson
IdRelatedPerson-MotherUT-Example1.json
FHIR VersionR4B

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 MotherUT-Example1

active: true

patient: Davis Lineberry (official) Male, DoB: 2021-03-04 ( Social Security number)

relationship: mother

name: * * * (Official)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "MotherUT-Example1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-mother"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/DecedentUT-Example1"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "MTH",
          "display": "mother"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "*",
      "given": [
        "*",
        "*"
      ]
    }
  ]
}