Medications
This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0-draft-final:
Final
QA
Preview
for
R5
-
STU
see
ballot
notes
).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
| Public Health and Emergency Response Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Patient |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Example of an invalid dose
@prefix fhir: <http://hl7.org/fhir/> . @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 -------------------------------------------------------------------<http://hl7.org/fhir/ImmunizationEvaluation/notValid> a fhir:ImmunizationEvaluation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "notValid"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 "notValid" </p></div><p><b>identifier</b>: id: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><p><b>date</b>: 2013-01-10</p><p><b>authority</b>: <a href=\"organization-hl7.html\">Organization/hl7</a> "Health Level Seven International"</p><p><b>targetDisease</b>: Gestational rubella syndrome <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1857005)</span></p><p><b>immunizationEvent</b>: <a href=\"immunization-example.html\">Immunization/example</a></p><p><b>doseStatus</b>: Not Valid <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"codesystem-immunization-evaluation-dose-status.html\">Immunization Evaluation Dose Status codes</a>#notvalid)</span></p><p><b>doseStatusReason</b>: Administered outside recommended schedule <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"codesystem-immunization-evaluation-dose-status-reason.html\">Immunization Evaluation Dose Status Reason codes</a>#outsidesched)</span></p><p><b>series</b>: Vaccination Series 1</p><p><b>doseNumber</b>: 2</p><p><b>seriesDoses</b>: 3</p></div>" ]; fhir:ImmunizationEvaluation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" ] ]; fhir:ImmunizationEvaluation.status [ fhir:value "completed"]; fhir:ImmunizationEvaluation.patient [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:ImmunizationEvaluation.date [ fhir:value "2013-01-10"^^xsd:date]; fhir:ImmunizationEvaluation.authority [ fhir:link <http://hl7.org/fhir/Organization/hl7>; fhir:Reference.reference [ fhir:value "Organization/hl7" ] ]; fhir:ImmunizationEvaluation.targetDisease [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:1857005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "1857005" ] ] ]; fhir:ImmunizationEvaluation.immunizationEvent [ fhir:link <http://hl7.org/fhir/Immunization/example>; fhir:Reference.reference [ fhir:value "Immunization/example" ] ]; fhir:ImmunizationEvaluation.doseStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status" ]; fhir:Coding.code [ fhir:value "notvalid" ]; fhir:Coding.display [ fhir:value "Not Valid" ] ] ]; fhir:ImmunizationEvaluation.doseStatusReason [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status-reason" ]; fhir:Coding.code [ fhir:value "outsidesched" ]; fhir:Coding.display [ fhir:value "Administered outside recommended schedule" ] ] ]; fhir:ImmunizationEvaluation.series [ fhir:value "Vaccination Series 1"]; fhir:ImmunizationEvaluation.doseNumberPositiveInt [ fhir:value "2"^^xsd:positiveInteger]; fhir:ImmunizationEvaluation.seriesDosesPositiveInt [ fhir:value "3"^^xsd:positiveInteger] . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Organization/hl7> a fhir:Organization . <http://hl7.org/fhir/Immunization/example> a fhir:Immunization . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ImmunizationEvaluation/notValid.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/ImmunizationEvaluation/notValid.ttl> .[a fhir:ImmunizationEvaluation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "notValid"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImmunizationEvaluation</b><a name=\"notValid\"> </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 ImmunizationEvaluation "notValid" </p></div><p><b>identifier</b>: id: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><p><b>date</b>: 2013-01-10</p><p><b>authority</b>: <a href=\"organization-example.html\">Organization/hl7</a> "Health Level Seven International"</p><p><b>targetDisease</b>: Gestational rubella syndrome <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1857005)</span></p><p><b>immunizationEvent</b>: <a href=\"immunization-example.html\">Immunization/example</a></p><p><b>doseStatus</b>: Not Valid <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-immunization-evaluation-dose-status.html\">Immunization Evaluation Dose Status codes</a>#notvalid)</span></p><p><b>doseStatusReason</b>: Outside Schedule <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-immunization-evaluation-dose-status-reason.html\">Immunization Evaluation Dose Status Reason codes</a>#outsideschedule)</span></p><p><b>series</b>: Vaccination Series 1</p></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.1234" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/example" ] ] ; # fhir:date [ fhir:v "2013-01-10"^^xsd:date] ; # fhir:authority [ fhir:reference [ fhir:v "Organization/hl7" ] ] ; # fhir:targetDisease [ fhir:coding ( [ a sct:1857005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1857005" ] ] ) ] ; # fhir:immunizationEvent [ fhir:reference [ fhir:v "Immunization/example" ] ] ; # fhir:doseStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "notvalid" ] ; fhir:display [ fhir:v "Not Valid" ] ] ) ] ; # fhir:doseStatusReason ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status-reason"^^xsd:anyURI ] ; fhir:code [ fhir:v "outsideschedule" ] ; fhir:display [ fhir:v "Outside Schedule" ] ] ) ] ) ; # fhir:series [ fhir:v "Vaccination Series 1"]] . # # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4B
(v4.3.0)
hl7.fhir.r4b.core#4.3.0
R5
hl7.fhir.core#5.0.0-draft-final
generated
on
Sat,
May
28,
2022
12:55+1000.
Wed,
Mar
1,
2023
23:06+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Glossary
|
QA
Page
|
Compare
to
R4
R4B
|
Compare
to
R5
Draft
|
|
Propose
a
change