Health eData 1 Sandbox
0.1.0 - CI Build United States of America flag

Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions

: Patient With Healthcare Agent Contact Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-healthcare-agent",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Patient With Healthcare Agent Contact Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This example of a *US Core Patient Profile* illustrates the use of `Patient.contact` to record the patient's Healthcare Agent - the related person legally authorized to make healthcare decisions on behalf of the patient if the patient cannot do so."
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-healthcare-agent</b></p><a name=\"patient-healthcare-agent\"> </a><a name=\"hcpatient-healthcare-agent\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/2026Jan/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Helen Carter  (no stated gender), DoB: 1942-03-22 ( Medical Record Number: 1099501\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 555-555-3300(Home)</li><li>56 SYCAMORE LN EVERYTOWN OK 74047 US </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Patient Healthcare agent\">Patient Healthcare agent:</td><td colspan=\"3\"><ul><li>Sarah van Putten (Official)</li><li>ph: 555-555-5555(Home)</li><li><a href=\"mailto:sarah.vanputten@example.com\">sarah.vanputten@example.com</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ]
      },
      "system" : "http://example.org/patient/identifiers",
      "value" : "1099501"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "family" : "Carter",
      "given" : [
        "Helen"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-555-3300",
      "use" : "home"
    }
  ],
  "birthDate" : "1942-03-22",
  "address" : [
    {
      "line" : [
        "56 SYCAMORE LN"
      ],
      "city" : "EVERYTOWN",
      "state" : "OK",
      "postalCode" : "74047",
      "country" : "US"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "81335-2",
              "display" : "Patient Healthcare agent"
            }
          ],
          "text" : "81335-2 (lLOINC): Patient Healthcare agent"
        }
      ],
      "name" : {
        "use" : "official",
        "family" : "van Putten",
        "given" : [
          "Sarah"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "555-555-5555",
          "use" : "home"
        },
        {
          "system" : "email",
          "value" : "sarah.vanputten@example.com",
          "use" : "home"
        }
      ]
    }
  ]
}