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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypeRelatedPerson
IdRelatedPerson-MariaRambeau.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 MariaRambeau

patient: Mo Female, DoB: 2006-08-08

relationship: mother

name: Maria Rambeau


Source1

{
  "resourceType": "RelatedPerson",
  "id": "MariaRambeau",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/MonicaRambeau"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "MTH",
          "display": "mother"
        }
      ]
    }
  ],
  "name": [
    {
      "family": "Rambeau",
      "given": [
        "Maria"
      ]
    }
  ]
}