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

FHIR IG Statistics: StructureDefinition/MedicationRequest-my-core

PackageHIE2.packages
TypeStructureDefinition
IdMedicationRequest-my-core
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=HIE2.packages@0.1.1&canonical=http://hl7.org/fhir/my/core/StructureDefinition/MedicationRequest-my-core
URLhttp://hl7.org/fhir/my/core/StructureDefinition/MedicationRequest-my-core
Version1.0.0
Statusactive
Date2022-01-06T07:13:10.718445Z
NameMedicationRequestMyCore
TitleMedicationRequest (MY Core)
Realmuv
Authorityhl7
DescriptionDefines constraints and extensions on the MedicationRequest resource for the minimal set of data to query and retrieve prescription information.
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License
TypeMedicationRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
us-core-encounterUS Core Encounter Profile
us-core-organizationUS Core Organization Profile
us-core-patientUS Core Patient Profile
us-core-practitionerUS Core Practitioner Profile
us-core-practitionerroleUS Core PractitionerRole Profile
ValueSet
2.16.840.1.113762.1.4.1010.4Medication Clinical Drug

Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
..MedicationRequest0..*MedicationRequestOrdering of medication for patient or group
...statusS1..1codeactive | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown
Binding: medicationrequest Status (required): A code specifying the state of the prescribing event. Describes the lifecycle of the prescription.

...intentS1..1codeproposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
Binding: medicationRequest Intent (required): The kind of medication order.

...categoryS0..*CodeableConceptType of medication usage
Binding: medicationRequest Category Codes (preferred): The type of medication order.


...reported[x]S0..1Reported rather than primary record
....reportedBooleanbooleanS
.... reportedReferenceReferenceS(MY Core Practitioner ProfileS | MY Core Organization Profile | MY Core Patient Profile | MY Core PractitionerRole Profile | RelatedPerson)
...medication[x]S1..1Medication to be taken
Binding: Medication Clinical Drug (extensible)
....medicationCodeableConceptCodeableConcept
.... medicationReferenceReference(MY Core Medication Profile)
...subjectS1..1Reference(MY Core Patient Profile)Who or group medication request is for
...encounterS0..1Reference(MY Core Encounter Profile)Encounter created as part of encounter/admission/stay
...authoredOnS0..1dateTimeWhen request was initially authored
...requesterS1..1Reference(MY Core Practitioner ProfileS | MY Core Patient Profile | MY Core Organization Profile | MY Core PractitionerRole Profile | RelatedPerson | Device)Who/What requested the Request
...dosageInstructionS0..*DosageHow the medication should be taken
....textS0..1stringFree text dosage instructions e.g. SIG

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "MedicationRequest-my-core",
  "meta": {
    "lastUpdated": "2022-01-06T07:15:36.182+00:00"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/my/core/StructureDefinition/MedicationRequest-my-core",
  "version": "1.0.0",
  "name": "MedicationRequestMyCore",
  "title": "MedicationRequest (MY Core)",
  "status": "active",
  "experimental": false,
  "date": "2022-01-06T07:13:10.718445Z",
  "publisher": "HL7 International - US Realm Steering Committee",
  "contact": [
    {
      "name": "HL7 International - US Realm Steering Committee",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/usrealm/index.cfm"
        }
      ]
    }
  ],
  "description": "Defines constraints and extensions on the MedicationRequest resource for the minimal set of data to query and retrieve prescription information.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "script10.6",
      "uri": "http://ncpdp.org/SCRIPT10_6",
      "name": "Mapping to NCPDP SCRIPT 10.6"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "MedicationRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationRequest",
        "path": "MedicationRequest",
        "definition": "The MY Core Medication Request (Order) Profile is based upon the core FHIR MedicationRequest Resource and created to meet the 2015 Edition Common Clinical Data Set 'Medications' requirements.",
        "mustSupport": false,
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "MedicationOrder"
          }
        ]
      },
      {
        "id": "MedicationRequest.identifier",
        "path": "MedicationRequest.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "MedicationRequest.status",
        "path": "MedicationRequest.status",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "A code specifying the state of the prescribing event. Describes the lifecycle of the prescription.",
          "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status"
        },
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "MedicationOrder.status"
          }
        ]
      },
      {
        "id": "MedicationRequest.intent",
        "path": "MedicationRequest.intent",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-intent"
        },
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "MedicationOrder.status"
          }
        ]
      },
      {
        "id": "MedicationRequest.category",
        "path": "MedicationRequest.category",
        "mustSupport": true,
        "binding": {
          "strength": "preferred",
          "description": "The type of medication order."
        }
      },
      {
        "id": "MedicationRequest.reported[x]",
        "path": "MedicationRequest.reported[x]",
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                "valueBoolean": true
              }
            ],
            "code": "boolean"
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                "valueBoolean": true
              }
            ],
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
            ],
            "_targetProfile": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": true
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": false
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": false
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": false
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": false
                  }
                ]
              }
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "MedicationOrder.status"
          }
        ]
      },
      {
        "id": "MedicationRequest.medication[x]",
        "path": "MedicationRequest.medication[x]",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/my/core/StructureDefinition/medication-my-core"
            ]
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1010.4"
        },
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "MedicationOrder.medication[x]"
          }
        ]
      },
      {
        "id": "MedicationRequest.subject",
        "path": "MedicationRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "MedicationOrder.patient"
          }
        ]
      },
      {
        "id": "MedicationRequest.encounter",
        "path": "MedicationRequest.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "NA"
          }
        ]
      },
      {
        "id": "MedicationRequest.authoredOn",
        "path": "MedicationRequest.authoredOn",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "MedicationOrder.dateWritten"
          }
        ]
      },
      {
        "id": "MedicationRequest.requester",
        "path": "MedicationRequest.requester",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://hl7.org/fhir/StructureDefinition/Device"
            ],
            "_targetProfile": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": true
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": false
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": false
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": false
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": false
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
                    "valueBoolean": false
                  }
                ]
              }
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "MedicationOrder.prescriber"
          }
        ]
      },
      {
        "id": "MedicationRequest.performer",
        "path": "MedicationRequest.performer",
        "min": 1
      },
      {
        "id": "MedicationRequest.performerType",
        "path": "MedicationRequest.performerType",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.recorder",
        "path": "MedicationRequest.recorder",
        "short": "Person who entered the request."
      },
      {
        "id": "MedicationRequest.reasonCode",
        "path": "MedicationRequest.reasonCode",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.reasonReference",
        "path": "MedicationRequest.reasonReference",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dosageInstruction",
        "path": "MedicationRequest.dosageInstruction",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dosageInstruction.text",
        "path": "MedicationRequest.dosageInstruction.text",
        "mustSupport": true
      }
    ]
  }
}