FHIR Release 3 (STU) 5 Ballot

This page is part of the FHIR Specification (v3.0.2: STU (v5.0.0-ballot: R5 Ballot - see ballot notes 3). ). 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 R3 R2

Content Examples Detailed Descriptions Mappings Profiles & Extensions R2 Conversions 11.7.7 Resource ImmunizationRecommendation - Mappings

Example CodeSystem/action-reason-code (Turtle)

Public Health and Emergency Response Clinical Decision Support Work Group Maturity Level : N/A Ballot Standards Status : Informative Compartments : Patient
Mappings: RIM Mapping

Raw Turtle (+ also see Turtle/RDF Format Specification 11.7.7.2 Mappings )

Definition for HL7 v2 Mapping (http://hl7.org/v2) ImmunizationRecommendation VXU_V04     identifier     patient PID-3     recommendation         date OBX-15         vaccineCode OBX-5 : OBX-3 e { 30956-7 | 38890-0 }         targetDisease OBX-5 : OBX-3 e { 30956-7 | 38890-0 }         doseNumber OBX-5 : OBX-3 = 30973-2         forecastStatus OBX-5 : OBX-3 = 59783-1         dateCriterion OBX-3: 30980-7 = Next dose recommended, 59777-3 = Latest next dose should be given, 59778-1 = Dose is overdue             code OBX-3             value OBX-5         protocol             doseSequence OBX-5 : OBX-3 = 30973-2             description OBX-5 : OBX-3 = 30956-7             authority OBX-5 : OBX-3 = 59779-9             series RXA-5-administered code         supportingImmunization ? No clear way Code SystemActionReasonCode


@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "action-reason-code"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "cds" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "draft" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "1" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://terminology.hl7.org/CodeSystem/action-reason-code"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1945" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
  fhir:CanonicalResource.name [ fhir:value "ActionReasonCode"];
  fhir:CanonicalResource.title [ fhir:value "ActionReasonCode"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.date [ fhir:value "2020-12-28T16:55:11+11:00"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CanonicalResource.description [ fhir:value "Provides examples of reasons for actions to be performed."];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/action-reason-code"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1945" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "ActionReasonCode"];
  fhir:CodeSystem.title [ fhir:value "ActionReasonCode"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2020-12-28T16:55:11+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Provides examples of reasons for actions to be performed."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-reason-code"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "off-pathway" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Off pathway" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The action should be performed because the patient was determined to be off pathway." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "risk-assessment" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Risk assessment" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The action should be performed based on a particular risk assessment." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "care-gap" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Care gap detected" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The action should be performed to address a detected care gap." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "drug-drug-interaction" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Drug-drug interaction" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The action should be performed to address a detected potential drug-drug interaction." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "quality-measure" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Quality measure" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The action should be performed to bring the patient's care in line with a quality measure." ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to associate in HL7 v2 or IG         supportingPatientInformation OBX If OBX is associated with ( RXA : RXA-5-administered code = '998^No vaccine administered^CVX'), could contain the reason ensure that the vaccine was examples are correct and useful, but they are not administered a normative part of the specification.