haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build
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: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/example-patient-story-pdf> a fhir:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-patient-story-pdf"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://haau3.com/fhir/StructureDefinition/ktc-patient-shared-document-reference" ;
fhir:index 0 ;
fhir:link <https://haau3.com/fhir/StructureDefinition/ktc-patient-shared-document-reference>
] ;
fhir:Meta.security [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" ] ;
fhir:Coding.code [ fhir:value "PATAST" ]
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<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://terminology.hl7.org/7.3.0/CodeSystem-v3-ObservationValue.html\">patient asserted (Details: 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>"
] ;
fhir:DocumentReference.status [ fhir:value "current"] ;
fhir:DocumentReference.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:51855-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "51855-5" ] ;
fhir:Coding.display [ fhir:value "Patient note" ]
]
] ;
fhir:DocumentReference.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://cms.gov/fhir/CodeSystem/patient-shared-category" ] ;
fhir:Coding.code [ fhir:value "patient-shared" ]
]
] ;
fhir:DocumentReference.subject [
fhir:link <http://hl7.org/fhir/Patient/us-core-patient> ;
fhir:Reference.reference [ fhir:value "Patient/us-core-patient" ]
] ;
fhir:DocumentReference.date [ fhir:value "2026-05-29T15:00:00Z"^^xsd:dateTime] ;
fhir:DocumentReference.author [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Patient/us-core-patient> ;
fhir:Reference.reference [ fhir:value "Patient/us-core-patient" ]
] ;
fhir:DocumentReference.description [ fhir:value "Patient-authored care experience preferences"] ;
fhir:DocumentReference.content [
fhir:index 0 ;
fhir:DocumentReference.content.attachment [
fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
fhir:Attachment.data [ fhir:value "VGVzdCBQREYgZGF0YQ=="^^xsd:base64Binary ] ;
fhir:Attachment.title [ fhir:value "Patient Story" ]
]
] .
<http://hl7.org/fhir/Patient/us-core-patient> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/example-patient-story-pdf.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DocumentReference/example-patient-story-pdf.ttl> .
IG © 2026+ haau3. Package haau3.fhir#1.0.0 based on FHIR 4.0.1. Generated 2026-08-25
Links: Table of Contents |
QA Report