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

FHIR IG analytics

Packagehl7.fhir.us.vr-common-library.r4b
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-parent-vr-stepmother.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 relatedperson-parent-vr-stepmother

RelatedPerson Birth Place Vital Records: Brooklyn New York

active: true

patient: Patient - Child (Baby G Quinn)

relationship: Stepmother

name: Susan Grant (Official)

gender: Female

birthDate: 1985-03-15


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-parent-vr-stepmother",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-parent-vr"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-relatedperson-birthplace-vr",
      "valueAddress": {
        "city": "Brooklyn",
        "state": "New York"
      }
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/patient-child-vr-babyg-quinn-common",
    "display": "Patient - Child (Baby G Quinn)"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "STPMTH",
          "display": "stepmother"
        }
      ],
      "text": "Stepmother"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Grant",
      "given": [
        "Susan"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1985-03-15"
}