FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/launchContext

Packagehl7.fhir.uv.sdc.r4b
TypeCodeSystem
IdlaunchContext
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-launchContext.html
URLhttp://hl7.org/fhir/uv/sdc/CodeSystem/launchContext
Version3.0.0
Statusdraft
Date2022-03-08T18:37:19+00:00
NameLaunchContext
TitleLaunch Context
Realmuv
Authorityhl7
DescriptionThe standard context for Questionnaire at launch time
Contentcomplete

Resources that use this resource

ValueSet
launchContextQuestionnaire Launch Context
launchContextQuestionnaire Launch Context

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext defines the following codes:

CodeDisplayDefinition
patient PatientPatient in context at launch time (FHIR Patient resource)
encounter EncounterEncounter context at launch time (FHIR Encounter resource)
location LocationLocation context at launch time (FHIR Location resource)
user UserUser in context at launch time (FHIR Device, PractitionerRole, Practitioner, RelatedPerson, Organization or Patient resource)
study ResearchStudyResearchStudy in context at launch time (FHIR ResearchStudy resource)

Source

{
  "resourceType": "CodeSystem",
  "id": "launchContext",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
  "version": "3.0.0",
  "name": "LaunchContext",
  "title": "Launch Context",
  "status": "draft",
  "date": "2022-03-08T18:37:19+00:00",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The standard context for Questionnaire at launch time",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "patient",
      "display": "Patient",
      "definition": "Patient in context at launch time (FHIR Patient resource)"
    },
    {
      "code": "encounter",
      "display": "Encounter",
      "definition": "Encounter context at launch time (FHIR Encounter resource)"
    },
    {
      "code": "location",
      "display": "Location",
      "definition": "Location context at launch time (FHIR Location resource)"
    },
    {
      "code": "user",
      "display": "User",
      "definition": "User in context at launch time (FHIR Device, PractitionerRole, Practitioner, RelatedPerson, Organization or Patient resource)"
    },
    {
      "code": "study",
      "display": "ResearchStudy",
      "definition": "ResearchStudy in context at launch time (FHIR ResearchStudy resource)"
    }
  ]
}