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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare.r4b
Resource TypeRelatedPerson
IdRelatedPerson-SDOHCC-RelatedPersonMotherExample.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 SDOHCC-RelatedPersonMotherExample

active: true

patient: COLIN ABBAS

relationship: Natural Mother

name: Eve Everywoman (Official)

telecom: ph: 555-555-2003(Work)

gender: Female

birthDate: 1973-05-31

address: 2222 Home Street (home)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "SDOHCC-RelatedPersonMotherExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/pat-53234",
    "display": "COLIN ABBAS"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "NMTH",
          "display": "natural mother"
        }
      ],
      "text": "Natural Mother"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Everywoman",
      "given": [
        "Eve"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-2003",
      "use": "work"
    }
  ],
  "gender": "female",
  "birthDate": "1973-05-31",
  "address": [
    {
      "use": "home",
      "line": [
        "2222 Home Street"
      ]
    }
  ]
}