This page is part of the Quality Improvement Core Framework (v5.0.0: STU5 (v5.0.0)) based on FHIR R4. The current version which supercedes this version is 4.1.1. For a full list of available versions, 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 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:ImmunizationRecommendation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-immunizationrecommendation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-immunizationrecommendation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImmunizationRecommendation</b><a name=\"example\"> </a></p><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\">Resource ImmunizationRecommendation "example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-qicore-immunizationrecommendation.html\">QICore ImmunizationRecommendation</a></p></div><p><b>identifier</b>: id: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235</p><p><b>patient</b>: <a href=\"Patient-example.html\">Patient/example</a> " CHALMERS"</p><p><b>date</b>: 2015-02-09 11:04:15-0500</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: Hepatitis A vaccine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#14745005)</span></p><p><b>forecastStatus</b>: Not Complete <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><blockquote><p><b>dateCriterion</b></p><p><b>code</b>: Earliest date to give <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#30981-5)</span></p><p><b>value</b>: 2015-12-01 00:00:00-0500</p></blockquote><blockquote><p><b>dateCriterion</b></p><p><b>code</b>: Date vaccine due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#30980-7)</span></p><p><b>value</b>: 2015-12-01 00:00:00-0500</p></blockquote><blockquote><p><b>dateCriterion</b></p><p><b>code</b>: Date when overdue for immunization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#59778-1)</span></p><p><b>value</b>: 2016-12-28 00:00:00-0500</p></blockquote><p><b>description</b>: First sequence in protocol</p><p><b>series</b>: Vaccination Series 1</p><p><b>doseNumber</b>: 1</p><p><b>supportingImmunization</b>: <a href=\"Immunization-example.html\">Immunization/example</a></p><p><b>supportingPatientInformation</b>: <a href=\"Observation-example.html\">Observation/example</a></p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235" ]
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:date [ fhir:v "2015-02-09T11:04:15.817-05:00"^^xsd:dateTime] ; #
fhir:recommendation ( [
( fhir:vaccineCode [
( fhir:coding [
a sct:14745005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "14745005" ] ;
fhir:display [ fhir:v "Hepatitis A vaccine" ] ] ) ] ) ;
fhir:forecastStatus [
fhir:text [ fhir:v "Not Complete" ] ] ;
( fhir:dateCriterion [
fhir:code [
( fhir:coding [
a loinc:30981-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30981-5" ] ;
fhir:display [ fhir:v "Earliest date to give" ] ] ) ] ;
fhir:value [ fhir:v "2015-12-01T00:00:00-05:00"^^xsd:dateTime ] ] [
fhir:code [
( fhir:coding [
a loinc:30980-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30980-7" ] ;
fhir:display [ fhir:v "Date vaccine due" ] ] ) ] ;
fhir:value [ fhir:v "2015-12-01T00:00:00-05:00"^^xsd:dateTime ] ] [
fhir:code [
( fhir:coding [
a loinc:59778-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "59778-1" ] ;
fhir:display [ fhir:v "Date when overdue for immunization" ] ] ) ] ;
fhir:value [ fhir:v "2016-12-28T00:00:00-05:00"^^xsd:dateTime ] ] ) ;
fhir:description [ fhir:v "First sequence in protocol" ] ;
fhir:series [ fhir:v "Vaccination Series 1" ] ;
fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ] ;
( fhir:supportingImmunization [
fhir:reference [ fhir:v "Immunization/example" ] ] ) ;
( fhir:supportingPatientInformation [
fhir:reference [ fhir:v "Observation/example" ] ] )
] ) . #
IG © 2019+ http://www.hl7.org/Special/committees/cqi/index.cfm. Package hl7.fhir.us.qicore#5.0.0 based on FHIR 4.0.1. Generated 2023-04-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change