haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build US

haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KTC Patient-Shared Bundle example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "ktc-patient-shared-bundle",
  "meta" : {
    "profile" : [
      🔗 "https://haau3.com/fhir/StructureDefinition/ktc-patient-shared-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2026-05-29T15:00:00Z",
  "entry" : [
    {
      "fullUrl" : "https://haau3.com/fhir/Patient/us-core-patient",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "us-core-patient",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_us-core-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient us-core-patient</b></p><a name=\"us-core-patient\"> </a><a name=\"hcus-core-patient\"> </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/STU6.1/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a> version: 6.1.0</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</p><hr/></div>"
        },
        "identifier" : [
          {
            "use" : "usual",
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "MR"
                }
              ]
            },
            "system" : "http://example.hospital.org",
            "value" : "183464"
          }
        ],
        "name" : [
          {
            "use" : "usual",
            "family" : "Lin",
            "given" : [
              "Derrick"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1965-04-12"
      }
    },
    {
      "fullUrl" : "https://haau3.com/fhir/DocumentReference/example-fhir-rendered-pdf",
      "resource" : {
        "resourceType" : "DocumentReference",
        "id" : "example-fhir-rendered-pdf",
        "meta" : {
          "profile" : [
            🔗 "https://haau3.com/fhir/StructureDefinition/ktc-patient-shared-document-reference"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_example-fhir-rendered-pdf\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference example-fhir-rendered-pdf</b></p><a name=\"example-fhir-rendered-pdf\"> </a><a name=\"hcexample-fhir-rendered-pdf\"> </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=\"StructureDefinition-ktc-patient-shared-document-reference.html\">KTC Patient-Shared DocumentReference</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary Document</span></p><p><b>category</b>: <span title=\"Codes:{https://cms.gov/fhir/CodeSystem/patient-shared-category patient-shared}\">patient-shared</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>date</b>: 2026-05-29 15:00:00+0000</p><p><b>author</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>description</b>: Shared health summary PDF</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><code>VGVzdCBQREYgZGF0YQ==</code></td><td>Shared health summary</td></tr></table></blockquote></div>"
        },
        "status" : "current",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "60591-5",
              "display" : "Patient summary Document"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "https://cms.gov/fhir/CodeSystem/patient-shared-category",
                "code" : "patient-shared"
              }
            ]
          }
        ],
        "subject" : {
          🔗 "reference" : "Patient/us-core-patient"
        },
        "date" : "2026-05-29T15:00:00Z",
        "author" : [
          {
            🔗 "reference" : "Patient/us-core-patient"
          }
        ],
        "description" : "Shared health summary PDF",
        "content" : [
          {
            "attachment" : {
              "contentType" : "application/pdf",
              "data" : "VGVzdCBQREYgZGF0YQ==",
              "title" : "Shared health summary"
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "https://haau3.com/fhir/DocumentReference/example-patient-story-pdf",
      "resource" : {
        "resourceType" : "DocumentReference",
        "id" : "example-patient-story-pdf",
        "meta" : {
          "profile" : [
            🔗 "https://haau3.com/fhir/StructureDefinition/ktc-patient-shared-document-reference"
          ],
          "security" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
              "code" : "PATAST"
            }
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_example-patient-story-pdf\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference example-patient-story-pdf</b></p><a name=\"example-patient-story-pdf\"> </a><a name=\"hcexample-patient-story-pdf\"> </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=\"StructureDefinition-ktc-patient-shared-document-reference.html\">KTC Patient-Shared DocumentReference</a></p><p style=\"margin-bottom: 0px\">Security Label: <a href=\"http://hl7.org/fhir/R4/v3/ObservationValue/cs.html\">patient asserted (Details: v3 Code System ObservationValue code PATAST = 'patient asserted')</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 51855-5}\">Patient note</span></p><p><b>category</b>: <span title=\"Codes:{https://cms.gov/fhir/CodeSystem/patient-shared-category patient-shared}\">patient-shared</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>date</b>: 2026-05-29 15:00:00+0000</p><p><b>author</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>description</b>: Patient-authored care experience preferences</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><code>VGVzdCBQREYgZGF0YQ==</code></td><td>Patient Story</td></tr></table></blockquote></div>"
        },
        "status" : "current",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "51855-5",
              "display" : "Patient note"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "https://cms.gov/fhir/CodeSystem/patient-shared-category",
                "code" : "patient-shared"
              }
            ]
          }
        ],
        "subject" : {
          🔗 "reference" : "Patient/us-core-patient"
        },
        "date" : "2026-05-29T15:00:00Z",
        "author" : [
          {
            🔗 "reference" : "Patient/us-core-patient"
          }
        ],
        "description" : "Patient-authored care experience preferences",
        "content" : [
          {
            "attachment" : {
              "contentType" : "application/pdf",
              "data" : "VGVzdCBQREYgZGF0YQ==",
              "title" : "Patient Story"
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "https://haau3.com/fhir/Condition/us-core-condition",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "us-core-condition",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_us-core-condition\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition us-core-condition</b></p><a name=\"us-core-condition\"> </a><a name=\"hcus-core-condition\"> </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/STU6.1/StructureDefinition-us-core-condition-problems-health-concerns.html\">US Core Condition Problems and Health Concerns Profile</a> version: 6.1.0</p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">Diabetes mellitus type II</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>recordedDate</b>: 2026-05-29</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "44054006"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/us-core-patient"
        },
        "recordedDate" : "2026-05-29"
      }
    },
    {
      "fullUrl" : "https://haau3.com/fhir/MedicationRequest/us-core-medication-request",
      "resource" : {
        "resourceType" : "MedicationRequest",
        "id" : "us-core-medication-request",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_us-core-medication-request\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest us-core-medication-request</b></p><a name=\"us-core-medication-request\"> </a><a name=\"hcus-core-medication-request\"> </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/STU6.1/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a> version: 6.1.0</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>reported</b>: true</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 861007}\">metformin hydrochloride 500 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>authoredOn</b>: 2026-04-15</p><p><b>requester</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p></div>"
        },
        "status" : "active",
        "intent" : "order",
        "reportedBoolean" : true,
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "861007"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/us-core-patient"
        },
        "authoredOn" : "2026-04-15",
        "requester" : {
          🔗 "reference" : "Patient/us-core-patient"
        }
      }
    },
    {
      "fullUrl" : "https://haau3.com/fhir/AllergyIntolerance/us-core-allergy-intolerance",
      "resource" : {
        "resourceType" : "AllergyIntolerance",
        "id" : "us-core-allergy-intolerance",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_us-core-allergy-intolerance\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance us-core-allergy-intolerance</b></p><a name=\"us-core-allergy-intolerance\"> </a><a name=\"hcus-core-allergy-intolerance\"> </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/STU6.1/StructureDefinition-us-core-allergyintolerance.html\">US Core AllergyIntolerance Profile</a> version: 6.1.0</p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 7980}\">penicillin G</span></p><p><b>patient</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>recordedDate</b>: 2026-05-29</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
              "code" : "active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
              "code" : "confirmed"
            }
          ]
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "7980"
            }
          ]
        },
        "patient" : {
          🔗 "reference" : "Patient/us-core-patient"
        },
        "recordedDate" : "2026-05-29"
      }
    },
    {
      "fullUrl" : "https://haau3.com/fhir/Immunization/us-core-immunization",
      "resource" : {
        "resourceType" : "Immunization",
        "id" : "us-core-immunization",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Immunization_us-core-immunization\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Immunization us-core-immunization</b></p><a name=\"us-core-immunization\"> </a><a name=\"hcus-core-immunization\"> </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/STU6.1/StructureDefinition-us-core-immunization.html\">US Core Immunization Profile</a> version: 6.1.0</p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 140}\">Influenza, split virus, trivalent, injectable, preservative free</span></p><p><b>patient</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>occurrence</b>: 2026-03-15</p><p><b>primarySource</b>: false</p></div>"
        },
        "status" : "completed",
        "vaccineCode" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/sid/cvx",
              "code" : "140"
            }
          ]
        },
        "patient" : {
          🔗 "reference" : "Patient/us-core-patient"
        },
        "occurrenceDateTime" : "2026-03-15",
        "primarySource" : false
      }
    },
    {
      "fullUrl" : "https://haau3.com/fhir/Observation/us-core-observation-lab",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "us-core-observation-lab",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_us-core-observation-lab\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation us-core-observation-lab</b></p><a name=\"us-core-observation-lab\"> </a><a name=\"hcus-core-observation-lab\"> </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/STU6.1/StructureDefinition-us-core-observation-lab.html\">US Core Laboratory Result Observation Profile</a> version: 6.1.0</p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 4548-4}\">Hemoglobin A1c</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2026-05-01 09:15:00+0000</p><p><b>value</b>: 7.1 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory",
                "display" : "Laboratory"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "4548-4",
              "display" : "Hemoglobin A1c/Hemoglobin.total in Blood"
            }
          ],
          "text" : "Hemoglobin A1c"
        },
        "subject" : {
          🔗 "reference" : "Patient/us-core-patient"
        },
        "effectiveDateTime" : "2026-05-01T09:15:00Z",
        "valueQuantity" : {
          "value" : 7.1,
          "unit" : "%",
          "system" : "http://unitsofmeasure.org",
          "code" : "%"
        }
      }
    },
    {
      "fullUrl" : "https://haau3.com/fhir/Observation/us-core-vital-signs",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "us-core-vital-signs",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-vital-signs|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_us-core-vital-signs\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation us-core-vital-signs</b></p><a name=\"us-core-vital-signs\"> </a><a name=\"hcus-core-vital-signs\"> </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/STU6.1/StructureDefinition-us-core-vital-signs.html\">US Core Vital Signs Profile</a> version: 6.1.0</p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Blood pressure</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2026-05-20 08:00:00+0000</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic</span></p><p><b>value</b>: 120 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic</span></p><p><b>value</b>: 78 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "vital-signs",
                "display" : "Vital Signs"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "85354-9",
              "display" : "Blood pressure panel with all children optional"
            }
          ],
          "text" : "Blood pressure"
        },
        "subject" : {
          🔗 "reference" : "Patient/us-core-patient"
        },
        "effectiveDateTime" : "2026-05-20T08:00:00Z",
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "8480-6",
                  "display" : "Systolic blood pressure"
                }
              ],
              "text" : "Systolic"
            },
            "valueQuantity" : {
              "value" : 120,
              "unit" : "mmHg",
              "system" : "http://unitsofmeasure.org",
              "code" : "mm[Hg]"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "8462-4",
                  "display" : "Diastolic blood pressure"
                }
              ],
              "text" : "Diastolic"
            },
            "valueQuantity" : {
              "value" : 78,
              "unit" : "mmHg",
              "system" : "http://unitsofmeasure.org",
              "code" : "mm[Hg]"
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "https://haau3.com/fhir/Observation/example-haau3-story-location",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "example-haau3-story-location",
        "meta" : {
          "profile" : [
            🔗 "https://haau3.com/fhir/StructureDefinition/haau3-patient-story-observation",
            "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-CareExperiencePreference"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_example-haau3-story-location\"> </a><p><strong>Q:</strong> If it were possible to choose, where would you like to spend your final days?</p><p><strong>A:</strong> At home, in my own bedroom, with my dog curled at my feet.</p></div>"
        },
        "identifier" : [
          {
            "system" : "https://haau3.com/fhir/patient-story",
            "value" : "example-haau3-patient:75780-7"
          }
        ],
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS",
                "code" : "care-experience-preference"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "75780-7",
              "display" : "Preferred location to spend final days if possible to choose Narrative - Reported"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/us-core-patient"
        },
        "effectiveDateTime" : "2026-05-27T14:32:00Z",
        "performer" : [
          {
            🔗 "reference" : "Patient/us-core-patient"
          }
        ],
        "valueString" : "At home, in my own bedroom, with my dog curled at my feet."
      }
    }
  ]
}