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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-patient-story-pdf"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://haau3.com/fhir/StructureDefinition/ktc-patient-shared-document-reference"^^xsd:anyURI ;
fhir:l <https://haau3.com/fhir/StructureDefinition/ktc-patient-shared-document-reference> ] ) ;
( fhir:security [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationValue> ] ;
fhir:code [ fhir:v "PATAST" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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 (use: usual, ))</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 (use: usual, ))</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>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
a loinc:51855-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "51855-5" ] ;
fhir:display [ fhir:v "Patient note" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "https://cms.gov/fhir/CodeSystem/patient-shared-category"^^xsd:anyURI ;
fhir:l <https://cms.gov/fhir/CodeSystem/patient-shared-category> ] ;
fhir:code [ fhir:v "patient-shared" ] ] )
] ) ; #
fhir:subject [
fhir:l fhir:Patient/us-core-patient ;
fhir:reference [ fhir:v "Patient/us-core-patient" ]
] ; #
fhir:date [ fhir:v "2026-05-29T15:00:00Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:l fhir:Patient/us-core-patient ;
fhir:reference [ fhir:v "Patient/us-core-patient" ]
] ) ; #
fhir:description [ fhir:v "Patient-authored care experience preferences"] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:data [ fhir:v "VGVzdCBQREYgZGF0YQ=="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "Patient Story" ] ]
] ) . #
IG © 2026+ haau3. Package haau3.fhir#1.0.0 based on FHIR 4.0.1. Generated 2026-05-30
Links: Table of Contents |
QA Report