{ "description": "This profile specifies the requirements that the prescribed specialty medication MedicationRequest resource can be expected to meet.", "_filename": "MedicationRequest_PrescribedMedication.StructureDefinition.json", "package_name": "junk.sample-preview", "date": "2021-01-15", "derivation": "constraint", "publisher": "Surescripts, LLC", "fhirVersion": "4.0.1", "name": "MedicationRequest_MedicationPrescribed", "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": "2021", "type": "MedicationRequest", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "2.0.3", "status": "active", "id": "fdcfe522-b79b-4fe5-aa8d-4bf2737a4691", "kind": "resource", "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_MedicationPrescribed", "version": null, "differential": { "element": [ { "id": "MedicationRequest.identifier", "min": 1, "path": "MedicationRequest.identifier", "comment": "For provider-initiated transactions, the provider (placer) order number (PON) is required. \r\n\r\nFor pharmacy-initiated transactions, the pharmacy prescription ID (aka filler order number) is required. \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.", "mustSupport": true }, { "id": "MedicationRequest.status", "path": "MedicationRequest.status", "comment": "In the SRxDataResponse message, the status for the specialty prescription is always active.", "fixedCode": "active", "mustSupport": true }, { "id": "MedicationRequest.intent", "path": "MedicationRequest.intent", "comment": "In the SRxDataResponse, the intent is always order.", "fixedCode": "order", "mustSupport": true }, { "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\".", "mustSupport": true }, { "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.", "mustSupport": true }, { "id": "MedicationRequest.authoredOn", "min": 1, "path": "MedicationRequest.authoredOn", "mustSupport": true }, { "id": "MedicationRequest.requester", "min": 1, "path": "MedicationRequest.requester", "type": [ { "code": "Reference", "targetProfile": [ "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Practitioner_Prescriber" ] } ], "comment": "The requester will always be a reference to the prescriber of the specialty medication, and the referenced resource will always be present in the SRxDataResponse message.", "definition": "The individual who authored the prescription.", "mustSupport": true }, { "id": "MedicationRequest.dispenseRequest.performer", "path": "MedicationRequest.dispenseRequest.performer", "type": [ { "code": "Reference", "targetProfile": [ "http://fhirdocs.surescripts.net/StructureDefinition/specialty/Organization_DispensingPharmacy" ] } ] } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest" }