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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeRelatedPerson
IdRelatedPerson-daughter1.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 daughter1

active: true

patient: Patricia Noelle Female, DoB: 1955-01-15 ( Medical Record Number: 103270456 (use: usual, ))

relationship: daughter

name: Rose Noelle


Source1

{
  "resourceType": "RelatedPerson",
  "id": "daughter1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/cc-pat-pnoelle"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "DAUC"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Rose Noelle",
      "family": "Rose",
      "given": [
        "Noelle"
      ]
    }
  ]
}