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

FHIR IG Statistics: StructureDefinition/StructureDefinition-specialty-MedicationRequest-PrescribedMedication

Packagesurescripts.specialty
Resource TypeStructureDefinition
IdStructureDefinition-specialty-MedicationRequest-PrescribedMedication
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription
URLhttp://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription
Statusactive
NameMedicationRequest_Prescription
DescriptionThis profile specifies the requirements that the prescribed specialty medication MedicationRequest resource can be expected to meet.
Copyright2023
TypeMedicationRequest
Kindresource

Resources that use this resource

StructureDefinition
Bundle_SRxDataRequestBundle_SRxDataRequest
Bundle_SRxDataResponseBundle_SRxDataResponse
MessageHeader_SRxDataResponseMessageHeader_SRxDataResponse

Resources that this resource uses

StructureDefinition
PatientPatient
Practitioner_PrescriberPractitioner_Prescriber

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription",
  "name": "MedicationRequest_Prescription",
  "status": "active",
  "publisher": "Surescripts, LLC",
  "description": "This profile specifies the requirements that the prescribed specialty medication MedicationRequest resource can be expected to meet.",
  "copyright": "2023",
  "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.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",
        "short": "Who the medication request is for",
        "definition": "A link to a resource representing the person to whom the medication will be given.",
        "comment": "The subject on a medication request is mandatory, and must be a Patient. That resource will always be present in the SRxDataResponse bundle.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "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"
            ]
          }
        ]
      }
    ]
  }
}