FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

PackageCapable.repository
Resource TypeValueSet
Idmedication-performer-types
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/ValueSet/medication-performer-type
URLhttp://capable-project.eu/data/fhir/ValueSet/medication-performer-type
Versionv0.1
Statusdraft
NameMedication performer types
DescriptionThis values set contains codes to encode the performer of a drug prescription (patient or physician). It is used to distinguish the drugs that the patient must take at home from those that are administered in the hospital. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *performerType* 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


Source1

{
  "resourceType": "ValueSet",
  "id": "medication-performer-types",
  "meta": {
    "lastUpdated": "2022-03-08T11:10:00"
  },
  "url": "http://capable-project.eu/data/fhir/ValueSet/medication-performer-type",
  "version": "v0.1",
  "name": "Medication performer types",
  "status": "draft",
  "publisher": "Capable team",
  "description": "This values set contains codes to encode the performer of a drug prescription (patient or physician). It is used to distinguish the drugs that the patient must take at home from those that are administered in the hospital. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *performerType* attribute of the MedicationRequests",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "116154003",
            "display": "Patient"
          },
          {
            "code": "309343006",
            "display": "Physician"
          }
        ]
      }
    ]
  }
}