PackagesCanonicalsLogsProblems
    Packages
    surescripts.specialty@1.2.0-beta
    http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription
{
  "description": "This profile specifies the requirements that the prescribed specialty medication MedicationRequest resource can be expected to meet.",
  "_filename": "StructureDefinition-specialty-MedicationRequest-PrescribedMedication.json",
  "package_name": "surescripts.specialty",
  "date": null,
  "derivation": "constraint",
  "publisher": "Surescripts, LLC",
  "fhirVersion": "4.0.1",
  "name": "MedicationRequest_Prescription",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://ncpdp.org/SCRIPT10_6",
    "name": "Mapping to NCPDP SCRIPT 10.6",
    "identity": "script10.6"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "copyright": "2023",
  "type": "MedicationRequest",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.2.0-beta",
  "status": "active",
  "id": "63caebef-104c-4b53-aabf-8b011fc1aba9",
  "kind": "resource",
  "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription",
  "version": null,
  "differential": {
    "element": [ {
      "id": "MedicationRequest.identifier",
      "path": "MedicationRequest.identifier",
      "comment": "For provider-initiated transactions, the provider (placer) order number (PON) is desired. \r\n\r\nFor pharmacy-initiated transactions, the pharmacy prescription ID (aka filler order number) is desired. \r\n\r\nBoth of these identifiers are specified with the MedicationRequest.identifier.type property. In both cases, the system value is \"http://terminology.hl7.org/CodeSystem/v2-0203”. \r\n\r\nThe associated code values (MedicationRequest.identifier.type.code) for these two identifiers are \"PLAC\" (for the PON), and \"FILL\" for the pharmacy prescription ID."
    }, {
      "id": "MedicationRequest.medication[x]",
      "path": "MedicationRequest.medication[x]",
      "comment": "Includes NDC-11, which is specified in a Coding structure of the medicationCodeableConcept or Medication.code (for the Medication specified by the medicationReference). An NDC is specified by a Coding whose system is \"http://hl7.org/fhir/sid/ndc\"."
    }, {
      "id": "MedicationRequest.subject",
      "path": "MedicationRequest.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient" ]
      } ],
      "short": "Who the medication request is for",
      "comment": "The subject on a medication request is mandatory, and must be a Patient. That resource will always be present in the SRxDataResponse bundle.",
      "definition": "A link to a resource representing the person to whom the medication will be given."
    }, {
      "id": "MedicationRequest.requester",
      "path": "MedicationRequest.requester",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Practitioner_Prescriber" ]
      } ]
    }, {
      "id": "MedicationRequest.dispenseRequest.performer",
      "path": "MedicationRequest.dispenseRequest.performer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhirdocs.surescripts.net/StructureDefinition/fhir/specialty/Organization_DispensingPharmacy" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
}