This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
@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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hcs-composition-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-composition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-composition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition hcs-composition-example</b></p><a name=\"hcs-composition-example\"> </a><a name=\"hchcs-composition-example\"> </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-hcs-composition.html\">Health Care Survey Report Composition</a></p></div><p><b>identifier</b>: c03eab8c-11e8-4d0c-ad2a-b385395e27db</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 75619-7}\">National Health Care Surveys report</span></p><p><b>encounter</b>: <a href=\"Encounter-encounter-ambulatory.html\">Ambulatory Office Visit</a></p><p><b>date</b>: 2023-01-02 22:13:23+0000</p><p><b>author</b>: <a href=\"Practitioner-practitioner-1.html\">Nicholas Joseph</a></p><p><b>title</b>: National Health Care Surveys report</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier [
fhir:value [ fhir:v "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:75619-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75619-7" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ledner" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-ambulatory" ] ;
fhir:display [ fhir:v "Ambulatory Office Visit" ]
] ; #
fhir:date [ fhir:v "2023-01-02T22:13:23Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Nicholas Joseph" ]
] ) ; #
fhir:title [ fhir:v "National Health Care Surveys report"] ; #
fhir:section ( [
fhir:title [ fhir:v "Reason for Visit Section" ] ;
fhir:code [
( fhir:coding [
a loinc:29299-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29299-5" ] ;
fhir:display [ fhir:v "Reason for visit Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Reason for Visit: Bad cough</p></div>"^^rdf:XMLLiteral ]
] [
fhir:title [ fhir:v "Problems Section" ] ;
fhir:code [
( fhir:coding [
a loinc:11450-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11450-4" ] ;
fhir:display [ fhir:v "Problem list - Reported" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Single liveborn, born in hospital</p><p>Acute bronchitis</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Condition/condition-problem" ] ] [
fhir:reference [ fhir:v "Condition/condition-encounter-diagnosis" ] ] )
] [
fhir:title [ fhir:v "Allergies Section" ] ;
fhir:code [
( fhir:coding [
a loinc:48765-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48765-2" ] ;
fhir:display [ fhir:v "Allergies and adverse reactions Document" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Allergy to Sulfonide</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "AllergyIntolerance/allergyintolerance-sulfonamide" ] ] )
] [
fhir:title [ fhir:v "Medications Section" ] ;
fhir:code [
( fhir:coding [
a loinc:10160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "History of Medication use Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Taking Lantus</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "MedicationAdministration/medicationadministrationone-example" ] ] [
fhir:reference [ fhir:v "MedicationRequest/hcs-MedicationRequestone-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ] ;
fhir:display [ fhir:v "Relevant diagnostic tests/laboratory data Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>CBC Results: WBC 6.8, RBC 4.2, Hgb 14.0, Hct 41.0, Plt 210</p><p>CMP Results: Glucose 98, BUN 14, Cr 0.8, Na 140, K 3.8, Cl 102</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-clinical-example" ] ] [
fhir:reference [ fhir:v "DiagnosticReport/diagnosticreport-lab-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:28650-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "28650-0" ] ;
fhir:display [ fhir:v "Clinical notes and chart sections Set" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Patient presented with one week history of cough and low-grade fever. Lungs clear on examination. No lymphadenopathy.</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "DocumentReference/documentreference-example" ] ] [
fhir:reference [ fhir:v "DiagnosticReport/diagnosticreport-note-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:51847-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "51847-2" ] ;
fhir:display [ fhir:v "Evaluation + Plan note" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Referral to social worker for housing assistance</li></ul></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-screening-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:18776-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18776-5" ] ;
fhir:display [ fhir:v "Plan of care note" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Continue symptomatic treatment. Return if symptoms worsen or fail to improve within 5 days.</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "ServiceRequest/servicerequest-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:11369-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11369-6" ] ;
fhir:display [ fhir:v "History of Immunization Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Influenza vaccine administered 10/15/2024</p><p>COVID-19 vaccine: Last dose received 06/20/2024</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Immunization/immunization-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:47519-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "47519-4" ] ;
fhir:display [ fhir:v "History of Procedures Document" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Appendectomy (1995)</p><p>Colonoscopy (2020)</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Procedure/procedure-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:8716-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8716-3" ] ;
fhir:display [ fhir:v "Vital signs" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>BP: 120/80 mmHg</p><p>HR: 70 bpm</p><p>Temp: 37.0 C</p><p>RR: 16</p><p>SpO2: 98%</p><p>Weight: 68 kg</p><p>Height: 170 cm</p><p>BMI: 23.5 kg/m²</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-bp-example" ] ] [
fhir:reference [ fhir:v "Observation/observation-weight-example" ] ] [
fhir:reference [ fhir:v "Observation/observation-height-example" ] ] [
fhir:reference [ fhir:v "Observation/observation-heartrate-example" ] ] [
fhir:reference [ fhir:v "Observation/observation-oximetry-example" ] ] [
fhir:reference [ fhir:v "Observation/observation-bmi-example" ] ] [
fhir:reference [ fhir:v "Observation/observation-temperature-example" ] ] [
fhir:reference [ fhir:v "Observation/observation-resprate-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:29762-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29762-2" ] ;
fhir:display [ fhir:v "Social History Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Patient is a non-smoker</p><p>Occupation: Teacher</p><p>Lives with spouse and two children</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-smoking-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:46264-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46264-8" ] ;
fhir:display [ fhir:v "History of medical device use" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>No implantable devices</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Device/device-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:85847-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85847-2" ] ;
fhir:display [ fhir:v "Patient Care team information" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Primary Care Provider: Dr. Nicholas Joseph</p><p>Pulmonologist: Dr. Sarah Chen</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "CareTeam/careteam-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:61146-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "61146-7" ] ;
fhir:display [ fhir:v "Goals" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Resolve acute bronchitis</p><p>Improve sleep quality</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Goal/goal-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:90767-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "90767-5" ] ;
fhir:display [ fhir:v "Pregnancy summary Document" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Patient is not currently pregnant</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/observation-pregnancy-status-example" ] ] [
fhir:reference [ fhir:v "Observation/observation-pregnancy-intent-example" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:48768-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48768-6" ] ;
fhir:display [ fhir:v "Payment sources Document" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Primary Insurance: Blue Cross Blue Shield</p><p>ID: XYZ123456789</p><p>Group: ABC987</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Coverage/coverage-example" ] ] )
] ) . #
IG © 2025+ HL7 International / Public Health. Package hl7.fhir.us.health-care-surveys-reporting#2.0.0-ballot based on FHIR 4.0.1. Generated 2025-07-31
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change