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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeRelatedPerson
IdRelatedPerson-Scen5RelatedPersonNadia.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

Resource RelatedPerson "Scen5RelatedPersonNadia"

patient: Patient/Scen5PatientRosalie " BELYAEV"

relationship: Mother (RoleCode#MTH "mother")

name: Nadia Belyaev (OFFICIAL)

gender: female


Source1

{
  "resourceType": "RelatedPerson",
  "id": "Scen5RelatedPersonNadia",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/Scen5PatientRosalie"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "MTH",
          "display": "mother"
        }
      ],
      "text": "Mother"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Belyaev",
      "given": [
        "Nadia"
      ]
    }
  ],
  "gender": "female"
}