Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example CodeSystem/usage-context-type (Turtle)

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Code SystemUsageContextType

@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 "usage-context-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-12-14T07:12:54.019+11:00" ]
  ];
  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 "trial-use" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "5" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://terminology.hl7.org/CodeSystem/usage-context-type"];
  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.1.1068" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CanonicalResource.name [ fhir:value "UsageContextType"];
  fhir:CanonicalResource.title [ fhir:value "UsageContextType"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "true"];
  fhir:CanonicalResource.date [ fhir:value "2022-12-14T07:12:54+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 "A code that specifies a type of context being specified by a usage context."];
  fhir:CanonicalResource.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/usage-context-type"];
  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.1.1068" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CodeSystem.name [ fhir:value "UsageContextType"];
  fhir:CodeSystem.title [ fhir:value "UsageContextType"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"];
  fhir:CodeSystem.date [ fhir:value "2022-12-14T07:12:54+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 "A code that specifies a type of context being specified by a usage context."];
  fhir:CodeSystem.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/usage-context-type"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "gender" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Gender" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The gender of the patient. For this context type, appropriate values can be found in the http://hl7.org/fhir/ValueSet/administrative-gender value set." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "age" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Age Range" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The age of the patient. For this context type, the value could be a range that specifies the applicable ages or a code from an appropriate value set such as the MeSH value set http://terminology.hl7.org/ValueSet/v3-AgeGroupObservationValue." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "focus" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Clinical Focus" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The clinical concept(s) addressed by the artifact. For example, disease, diagnostic test interpretation, medication ordering as in http://hl7.org/fhir/ValueSet/condition-code." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "user" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "User Type" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The clinical specialty of the context in which the patient is being treated - For example, PCP, Patient, Cardiologist, Behavioral Professional, Oral Health Professional, Prescriber, etc... taken from a specialty value set such as the NUCC Health Care provider taxonomy value set http://hl7.org/fhir/ValueSet/provider-taxonomy." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "workflow" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Workflow Setting" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The settings in which the artifact is intended for use. For example, admission, pre-op, etc. For example, the ActEncounterCode value set http://terminology.hl7.org/ValueSet/v3-ActEncounterCode." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "task" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Workflow Task" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The context for the clinical task(s) represented by this artifact. For example, this could be any task context represented by the HL7 ActTaskCode value set http://terminology.hl7.org/ValueSet/v3-ActTaskCode. General categories include: order entry, patient documentation and patient information review." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "venue" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Clinical Venue" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The venue in which an artifact could be used. For example, Outpatient, Inpatient, Home, Nursing home. The code value may originate from the HL7 ServiceDeliveryLocationRoleType value set (http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType)." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "species" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Species" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The species to which an artifact applies. For example, SNOMED - 387961004 | Kingdom Animalia (organism)." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "program" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Program" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "A program/project of work for which this artifact is applicable." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "agreement-scope" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Agreement Acope" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Describes the level and scope of agreement within the artifact.  Appropriate values can be found in the usage-context-agreement-scope value set." ]
  ] .

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


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.