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

FHIR IG analytics

Packagehl7.fhir.us.pacio-pfe
Resource TypeRelatedPerson
IdRelatedPerson-PFEIG-RelatedPerson-CharlesJohnson.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 PFEIG-RelatedPerson-CharlesJohnson

active: true

patient: Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)

relationship: Spouse

name: Charles Johnson

telecom: ph: (210) 222-3333


Source1

{
  "resourceType": "RelatedPerson",
  "id": "PFEIG-RelatedPerson-CharlesJohnson",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/PFEIG-patientBSJ1"
  },
  "relationship": [
    {
      "text": "Spouse"
    }
  ],
  "name": [
    {
      "text": "Charles Johnson"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 222-3333"
    }
  ]
}