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

FHIR IG Statistics: ValueSet/prescription-types

PackageCapable.repository
Resource TypeValueSet
Idprescription-types
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/ValueSet/prescription-type
URLhttp://capable-project.eu/data/fhir/ValueSet/prescription-type
Versionv0.1
Statusdraft
NamePrescription types
DescriptionThis values set contains codes to encode the type of a drug prescription (regular prescription / prescription as needed / cyclical prescription). It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *courseOfTherapyType* attribute of the MedicationRequests

Resources that use this resource

StructureDefinition
MedicationRequest_ProfileMedicationRequest_Profile

Resources that this resource uses

CodeSystem
sctSNOMED CT International Edition

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "prescription-types",
  "meta": {
    "lastUpdated": "2022-03-08T11:10:00"
  },
  "url": "http://capable-project.eu/data/fhir/ValueSet/prescription-type",
  "version": "v0.1",
  "name": "Prescription types",
  "status": "draft",
  "publisher": "Capable team",
  "description": "This values set contains codes to encode the type of a drug prescription (regular prescription / prescription as needed / cyclical prescription). It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *courseOfTherapyType* attribute of the MedicationRequests",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "255238004",
            "display": "Continuous"
          },
          {
            "code": "1581000175100",
            "display": "Continuous as needed"
          },
          {
            "code": "44180009",
            "display": "Cyclic"
          }
        ]
      }
    ]
  }
}