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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi.r4
Resource TypeRelatedPerson
IdRelatedPerson-Example-Smith-Johnson-HealthcareAgent3.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

Primary Healthcare Agent

The person I choose as my Primary Healthcare Agent is:

Charles Johnson

(Son)

CharlesSJ@example.com

[SELECTED to act as a healthcare agent on 3/29/2021, at 2:25 PM CDT]

[ACCEPTED to act as a healthcare agent on 4/1/2021, at 3:39 PM CDT]


Source1

{
  "resourceType": "RelatedPerson",
  "id": "Example-Smith-Johnson-HealthcareAgent3",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-HealthcareAgentParticipant"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "SON",
          "display": "natural son"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Johnson, Charles",
      "family": "Johnson",
      "given": [
        "Charles"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "CharlesSJ@example.com",
      "use": "home"
    }
  ]
}