UsageContextType

public enum UsageContextType: String

A code that specifies a type of context being specified by a usage context

URL: http://hl7.org/fhir/usage-context-type ValueSet: http://hl7.org/fhir/ValueSet/usage-context-type

  • 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 the NUCC Health Care provider taxonomy value set http://hl7.org/fhir/ValueSet/provider-taxonomy.

    Declaration

    Swift

    case user = "user"
  • The context for the clinical task(s) represented by this artifact. Can be any task context represented by the HL7 ActTaskCode value set http://hl7.org/fhir/ValueSet/v3-ActTaskCode. General categories include: order entry, patient documentation and patient information review.

    Declaration

    Swift

    case task = "task"
  • The species to which an artifact applies. For example, SNOMED - 387961004 | Kingdom Animalia (organism).

    Declaration

    Swift

    case species = "species"