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

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeCodeSystem
IdCodeSystem-medication-intended-performer-role.json
FHIR VersionR4

Resources that use this resource

No resources found


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/CodeSystem/medication-intended-performer-role defines the following codes:

Code Display
registerednurse Registered Nurse
oncologynurse Oncology Nurse
paincontrolnurse Pain Control Nurse
physician Physician
pharmacist Pharmacist

Source1

{
  "resourceType": "CodeSystem",
  "id": "medication-intended-performer-role",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "phx"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl": "http://hl7.org/fhir/R5/codesystem-medication-intended-performer-role.html"
    }
  ],
  "url": "http://hl7.org/fhir/CodeSystem/medication-intended-performer-role",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2074"
    }
  ],
  "version": "5.0.0",
  "name": "MedicationIntendedPerformerRole",
  "title": "Medication Intended Performer Role",
  "status": "active",
  "experimental": false,
  "publisher": "HL7 International",
  "description": "Medication Intended Performer Role",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/medication-intended-performer-role",
  "content": "complete",
  "concept": [
    {
      "code": "registerednurse",
      "display": "Registered Nurse"
    },
    {
      "code": "oncologynurse",
      "display": "Oncology Nurse"
    },
    {
      "code": "paincontrolnurse",
      "display": "Pain Control Nurse"
    },
    {
      "code": "physician",
      "display": "Physician"
    },
    {
      "code": "pharmacist",
      "display": "Pharmacist"
    }
  ]
}