FHIR Cross-Version Extensions package for FHIR R4 from FHIR R3
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R3 - Version 0.0.1-snapshot-2. See the Directory of published versions

: MedicationRequestIntent - JSON Representation

Page standards status: Informative Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "medication-request-intent",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-request-intent</b></p><a name=\"medication-request-intent\"> </a><a name=\"hcmedication-request-intent\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/medication-request-intent</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">proposal<a name=\"medication-request-intent-proposal\"> </a></td><td>Proposal</td><td>The request is a suggestion made by someone/something that doesn't have an intention to ensure it occurs and without providing an authorization to act</td></tr><tr><td style=\"white-space:nowrap\">plan<a name=\"medication-request-intent-plan\"> </a></td><td>Plan</td><td>The request represents an intension to ensure something occurs without providing an authorization for others to act</td></tr><tr><td style=\"white-space:nowrap\">order<a name=\"medication-request-intent-order\"> </a></td><td>Order</td><td>The request represents a request/demand and authorization for action</td></tr><tr><td style=\"white-space:nowrap\">instance-order<a name=\"medication-request-intent-instance-order\"> </a></td><td>Instance Order</td><td>The request represents an instance for the particular order, for example a medication administration record.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString" : "Informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r3.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "phx"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/medication-request-intent",
  "version" : "3.0.2",
  "name" : "MedicationRequestIntent",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-24T10:53:00+10:00",
  "publisher" : "Pharmacy",
  "contact" : [
    {
      "name" : "Pharmacy",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        }
      ]
    }
  ],
  "description" : "The kind of medication order",
  "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-request-intent",
  "content" : "complete",
  "concept" : [
    {
      "code" : "proposal",
      "display" : "Proposal",
      "definition" : "The request is a suggestion made by someone/something that doesn't have an intention to ensure it occurs and without providing an authorization to act"
    },
    {
      "code" : "plan",
      "display" : "Plan",
      "definition" : "The request represents an intension to ensure something occurs without providing an authorization for others to act"
    },
    {
      "code" : "order",
      "display" : "Order",
      "definition" : "The request represents a request/demand and authorization for action"
    },
    {
      "code" : "instance-order",
      "display" : "Instance Order",
      "definition" : "The request represents an instance for the particular order, for example a medication administration record."
    }
  ]
}