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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeRelatedPerson
IdRelatedPerson-shaw-grandson-first-alternate.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 shaw-grandson-first-alternate

active: true

patient: Amy V. Baxter

relationship: 75784-9 (LOINC): First alternate healthcare agent [Reported]

name: Ethan Baxter (Official)

telecom: ph: 555-555-2150(Mobile), ethan.baxter@example.com

birthDate: 2004-09-12

address: 12 RIDGEFIELD DR TULSA OK 74105 (home)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "shaw-grandson-first-alternate",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Related Person Grandson As First Alternate Healthcare Agent Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core RelatedPerson Profile* records the patient's grandson in the first alternate Healthcare Agent role."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/example",
    "display": "Amy V. Baxter"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "75784-9",
          "display": "First alternate healthcare agent [Reported]"
        }
      ],
      "text": "75784-9 (LOINC): First alternate healthcare agent [Reported]"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Baxter",
      "given": [
        "Ethan"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-2150",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "ethan.baxter@example.com",
      "use": "home"
    }
  ],
  "birthDate": "2004-09-12",
  "address": [
    {
      "use": "home",
      "line": [
        "12 RIDGEFIELD DR"
      ],
      "city": "TULSA",
      "state": "OK",
      "postalCode": "74105"
    }
  ]
}