haau3 FHIR Implementation Guide (HFIG)
0.1.0 - ci-build
haau3 FHIR Implementation Guide (HFIG), published by haau3. 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/haau3/fhir-ig/ and changes regularly. 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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "haau3-shl-bundle"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://haau3.com/fhir/StructureDefinition/shl-bundle"^^xsd:anyURI ; fhir:l <https://haau3.com/fhir/StructureDefinition/shl-bundle> ] ) ] ; # fhir:type [ fhir:v "collection"] ; # fhir:timestamp [ fhir:v "2026-03-09T01:11:51.783Z"^^xsd:dateTime] ; # fhir:entry ( [ ( fhir:resource [ a fhir:Patient ; fhir:id [ fhir:v "27af2704-eeeb-484e-9be2-fc501643e75c" ] ; fhir:meta [ ( fhir:profile [ fhir:v "https://haau3.com/fhir/StructureDefinition/haau3-patient"^^xsd:anyURI ; fhir:l <https://haau3.com/fhir/StructureDefinition/haau3-patient> ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_27af2704-eeeb-484e-9be2-fc501643e75c\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 27af2704-eeeb-484e-9be2-fc501643e75c</b></p><a name=\"27af2704-eeeb-484e-9be2-fc501643e75c\"> </a><a name=\"hc27af2704-eeeb-484e-9be2-fc501643e75c\"> </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-haau3-patient.html\">Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</p><hr/></div>"^^rdf:XMLLiteral ] ] ; ( fhir:identifier [ fhir:system [ fhir:v "https://haau3.com/fhir/NamingSystem/haau3-patient-id"^^xsd:anyURI ; fhir:l <https://haau3.com/fhir/NamingSystem/haau3-patient-id> ] ; fhir:value [ fhir:v "b6cad049-7dba-4c8a-b34d-9c1f910728ee" ] ] ) ; ( fhir:name [ fhir:text [ fhir:v "Brian Fung" ] ; fhir:family [ fhir:v "Fung" ] ; ( fhir:given [ fhir:v "Brian" ] ) ] ) ; fhir:gender [ fhir:v "male" ] ; fhir:birthDate [ fhir:v "1999-08-01"^^xsd:date ] ] ) ] [ ( fhir:resource [ a fhir:MedicationRequest ; fhir:id [ fhir:v "7951896b-e9cb-4090-8645-88947be86f77" ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_7951896b-e9cb-4090-8645-88947be86f77\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 7951896b-e9cb-4090-8645-88947be86f77</b></p><a name=\"7951896b-e9cb-4090-8645-88947be86f77\"> </a><a name=\"hc7951896b-e9cb-4090-8645-88947be86f77\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</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=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet by mouth twice daily</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; fhir:status [ fhir:v "active" ] ; fhir:intent [ fhir:v "order" ] ; fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ; fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm> ] ; fhir:code [ fhir:v "861007" ] ; fhir:display [ fhir:v "metFORMIN hydrochloride 500 MG Oral Tablet" ] ] ) ; fhir:text [ fhir:v "metFORMIN hydrochloride 500 MG Oral Tablet" ] ] ; fhir:subject [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ; ( fhir:dosageInstruction [ fhir:text [ fhir:v "1 tablet by mouth twice daily" ] ] ) ] ) ] [ ( fhir:resource [ a fhir:AllergyIntolerance ; fhir:id [ fhir:v "8cf2b9ec-d104-4bab-b52b-84c21ec03379" ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_8cf2b9ec-d104-4bab-b52b-84c21ec03379\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance 8cf2b9ec-d104-4bab-b52b-84c21ec03379</b></p><a name=\"8cf2b9ec-d104-4bab-b52b-84c21ec03379\"> </a><a name=\"hc8cf2b9ec-d104-4bab-b52b-84c21ec03379\"> </a><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=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</a></p></div>"^^rdf:XMLLiteral ] ] ; fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical> ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-verification> ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ; fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm> ] ; fhir:code [ fhir:v "7980" ] ; fhir:display [ fhir:v "penicillin G" ] ] ) ; fhir:text [ fhir:v "penicillin G" ] ] ; fhir:patient [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ] ) ] [ ( fhir:resource [ a fhir:Condition ; fhir:id [ fhir:v "cfe49194-5a74-4a13-ba96-287c5840c764" ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_cfe49194-5a74-4a13-ba96-287c5840c764\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition cfe49194-5a74-4a13-ba96-287c5840c764</b></p><a name=\"cfe49194-5a74-4a13-ba96-287c5840c764\"> </a><a name=\"hccfe49194-5a74-4a13-ba96-287c5840c764\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</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 2 (disorder)</span></p><p><b>subject</b>: <a href=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</a></p></div>"^^rdf:XMLLiteral ] ] ; fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical> ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; ( fhir:category [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-category> ] ; fhir:code [ fhir:v "problem-list-item" ] ; fhir:display [ fhir:v "Problem List Item" ] ] ) ] ) ; fhir:code [ ( fhir:coding [ a sct:44054006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "44054006" ] ; fhir:display [ fhir:v "Diabetes mellitus type 2 (disorder)" ] ] ) ; fhir:text [ fhir:v "Diabetes mellitus type 2 (disorder)" ] ] ; fhir:subject [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ] ) ] [ ( fhir:resource [ a fhir:Immunization ; fhir:id [ fhir:v "f393da3c-0dec-4e4c-bc5d-91c450dca73e" ] ; fhir:meta [ fhir:versionId [ fhir:v "MTc3MzAxNzY4NDU4MzY3MzAwMA" ] ; fhir:lastUpdated [ fhir:v "2026-03-09T00:54:44.583673+00:00"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization?version=6.1.0> ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Immunization_f393da3c-0dec-4e4c-bc5d-91c450dca73e\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Immunization f393da3c-0dec-4e4c-bc5d-91c450dca73e</b></p><a name=\"f393da3c-0dec-4e4c-bc5d-91c450dca73e\"> </a><a name=\"hcf393da3c-0dec-4e4c-bc5d-91c450dca73e\"> </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\">version: MTc3MzAxNzY4NDU4MzY3MzAwMA; Last updated: 2026-03-09 00:54:44+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-immunization.html\">US Core Immunization Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 140}\">Influenza vaccine</span></p><p><b>patient</b>: <a href=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</a></p><p><b>occurrence</b>: 2026-03-09 00:54:44+0000</p><p><b>primarySource</b>: true</p></div>"^^rdf:XMLLiteral ] ] ; fhir:status [ fhir:v "completed" ] ; fhir:vaccineCode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/sid/cvx> ] ; fhir:code [ fhir:v "140" ] ; fhir:display [ fhir:v "Influenza, seasonal, injectable" ] ] ) ; fhir:text [ fhir:v "Influenza vaccine" ] ] ; fhir:patient [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ; fhir:occurrence [ a fhir:DateTime ; fhir:v "2026-03-09T00:54:44.463Z"^^xsd:dateTime ] ; fhir:primarySource [ fhir:v true ] ] ) ] [ ( fhir:resource [ a fhir:Observation ; fhir:id [ fhir:v "b2010cc5-6f97-427a-8ec5-d921354a052f" ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_b2010cc5-6f97-427a-8ec5-d921354a052f\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation b2010cc5-6f97-427a-8ec5-d921354a052f</b></p><a name=\"b2010cc5-6f97-427a-8ec5-d921354a052f\"> </a><a name=\"hcb2010cc5-6f97-427a-8ec5-d921354a052f\"> </a><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=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</a></p><p><b>effective</b>: 2026-03-09 00:54:41+0000</p><p><b>value</b>: 7.1 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p></div>"^^rdf:XMLLiteral ] ] ; fhir:status [ fhir:v "final" ] ; ( fhir:category [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ; fhir:code [ fhir:v "laboratory" ] ; fhir:display [ fhir:v "Laboratory" ] ] ) ] ) ; fhir:code [ ( fhir:coding [ a loinc:4548-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "4548-4" ] ; fhir:display [ fhir:v "Hemoglobin A1c/Hemoglobin.total in Blood" ] ] ) ; fhir:text [ fhir:v "Hemoglobin A1c" ] ] ; fhir:subject [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ; fhir:effective [ a fhir:DateTime ; fhir:v "2026-03-09T00:54:41.845Z"^^xsd:dateTime ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 7.1 ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "%" ] ] ] ) ] [ ( fhir:resource [ a fhir:Observation ; fhir:id [ fhir:v "3e82eeec-7211-4418-a3d0-f91aeade1372" ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_3e82eeec-7211-4418-a3d0-f91aeade1372\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation 3e82eeec-7211-4418-a3d0-f91aeade1372</b></p><a name=\"3e82eeec-7211-4418-a3d0-f91aeade1372\"> </a><a name=\"hc3e82eeec-7211-4418-a3d0-f91aeade1372\"> </a><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 8480-6}\">Systolic blood pressure</span></p><p><b>subject</b>: <a href=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</a></p><p><b>effective</b>: 2026-03-09 00:54:39+0000</p><p><b>value</b>: 120 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></div>"^^rdf:XMLLiteral ] ] ; fhir:status [ fhir:v "final" ] ; ( fhir:category [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ] ) ; fhir:code [ ( fhir:coding [ a loinc:8480-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "8480-6" ] ; fhir:display [ fhir:v "Systolic blood pressure" ] ] ) ; fhir:text [ fhir:v "Systolic blood pressure" ] ] ; fhir:subject [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ; fhir:effective [ a fhir:DateTime ; fhir:v "2026-03-09T00:54:39.937Z"^^xsd:dateTime ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "120"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ] ) ] [ ( fhir:resource [ a fhir:Device ; fhir:id [ fhir:v "fa455539-bb3d-4ffc-b10c-adaa9b659952" ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_fa455539-bb3d-4ffc-b10c-adaa9b659952\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device fa455539-bb3d-4ffc-b10c-adaa9b659952</b></p><a name=\"fa455539-bb3d-4ffc-b10c-adaa9b659952\"> </a><a name=\"hcfa455539-bb3d-4ffc-b10c-adaa9b659952\"> </a><p><b>status</b>: Active</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Continuous Glucose Monitor</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:\">Continuous glucose monitor</span></p><p><b>patient</b>: <a href=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</a></p></div>"^^rdf:XMLLiteral ] ] ; fhir:status [ fhir:v "active" ] ; ( fhir:deviceName [ fhir:name [ fhir:v "Continuous Glucose Monitor" ] ; fhir:type [ fhir:v "user-friendly-name" ] ] ) ; fhir:type [ fhir:text [ fhir:v "Continuous glucose monitor" ] ] ; fhir:patient [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ] ) ] [ ( fhir:resource [ a fhir:Procedure ; fhir:id [ fhir:v "658c82b8-ef78-4b80-adbf-3ae65f18ceff" ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_658c82b8-ef78-4b80-adbf-3ae65f18ceff\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure 658c82b8-ef78-4b80-adbf-3ae65f18ceff</b></p><a name=\"658c82b8-ef78-4b80-adbf-3ae65f18ceff\"> </a><a name=\"hc658c82b8-ef78-4b80-adbf-3ae65f18ceff\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 73761001}\">Colonoscopy</span></p><p><b>subject</b>: <a href=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</a></p><p><b>performed</b>: 2026-03-09 00:54:46+0000</p></div>"^^rdf:XMLLiteral ] ] ; fhir:status [ fhir:v "completed" ] ; fhir:code [ ( fhir:coding [ a sct:73761001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "73761001" ] ; fhir:display [ fhir:v "Colonoscopy" ] ] ) ; fhir:text [ fhir:v "Colonoscopy" ] ] ; fhir:subject [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ; fhir:performed [ a fhir:DateTime ; fhir:v "2026-03-09T00:54:46.890Z"^^xsd:dateTime ] ] ) ] [ ( fhir:resource [ a fhir:DocumentReference ; fhir:id [ fhir:v "share-doc-27af2704-eeeb-484e-9be2-fc501643e75c" ] ; fhir:meta [ ( fhir:profile [ fhir:v "https://haau3.com/fhir/StructureDefinition/patient-shared-document-reference"^^xsd:anyURI ; fhir:l <https://haau3.com/fhir/StructureDefinition/patient-shared-document-reference> ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_share-doc-27af2704-eeeb-484e-9be2-fc501643e75c\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference share-doc-27af2704-eeeb-484e-9be2-fc501643e75c</b></p><a name=\"share-doc-27af2704-eeeb-484e-9be2-fc501643e75c\"> </a><a name=\"hcshare-doc-27af2704-eeeb-484e-9be2-fc501643e75c\"> </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-patient-shared-document-reference.html\">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=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</a></p><p><b>date</b>: 2026-03-09 01:11:51+0000</p><p><b>author</b>: <a href=\"Bundle-haau3-shl-bundle.html#Patient_27af2704-eeeb-484e-9be2-fc501643e75c\">Brian Fung Male, DoB: 1999-08-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#b6cad049-7dba-4c8a-b34d-9c1f910728ee)</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>JVBERi0xLjQKJeLjz9MKMSAwIG9iago8PC9UeXBlIC9DYXRhbG9nPj4KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZXMvQ291bnQgMT4+CmVuZG9iagozIDAgb2JqCjw8L1R5cGUgL1BhZ2UvUGFyZW50IDIgMCBSPj4KZW5kb2JqCnhyZWYKMCA0CjAwMDAwMDAwMDAgNjU1MzUgZgovZW5kc3RyZWFtCmVuZG9iagp0cmFpbGVyCjw8L1NpemUgND4+CnN0YXJ0eHJlZgo5OQolJUVPRgo=</code></td><td>Shared health summary</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ] ] ; fhir:status [ fhir:v "current" ] ; fhir:type [ ( fhir:coding [ a loinc:60591-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "60591-5" ] ; fhir:display [ fhir:v "Patient summary Document" ] ] ) ] ; ( 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:display [ fhir:v "Patient-Shared" ] ] ) ] ) ; fhir:subject [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ; fhir:date [ fhir:v "2026-03-09T01:11:51.783Z"^^xsd:dateTime ] ; ( fhir:author [ fhir:l fhir:Patient/27af2704-eeeb-484e-9be2-fc501643e75c ; fhir:reference [ fhir:v "Patient/27af2704-eeeb-484e-9be2-fc501643e75c" ] ] ) ; fhir:description [ fhir:v "Shared health summary PDF" ] ; ( fhir:content [ fhir:attachment [ fhir:contentType [ fhir:v "application/pdf" ] ; fhir:data [ fhir:v "JVBERi0xLjQKJeLjz9MKMSAwIG9iago8PC9UeXBlIC9DYXRhbG9nPj4KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZXMvQ291bnQgMT4+CmVuZG9iagozIDAgb2JqCjw8L1R5cGUgL1BhZ2UvUGFyZW50IDIgMCBSPj4KZW5kb2JqCnhyZWYKMCA0CjAwMDAwMDAwMDAgNjU1MzUgZgovZW5kc3RyZWFtCmVuZG9iagp0cmFpbGVyCjw8L1NpemUgND4+CnN0YXJ0eHJlZgo5OQolJUVPRgo="^^xsd:base64Binary ] ; fhir:title [ fhir:v "Shared health summary" ] ] ] ) ] ) ] ) . #
IG © 2026+ haau3. Package haau3.fhir#0.1.0 based on FHIR 4.0.1. Generated 2026-03-09
Links: Table of Contents |
QA Report