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

FHIR IG Statistics: StructureDefinition/MedicationRequest_PrescribedMedication.StructureDefinition

Packagejunk.sample-preview
Resource TypeStructureDefinition
IdMedicationRequest_PrescribedMedication.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=junk.sample-preview@2.0.3&canonical=http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_MedicationPrescribed
URLhttp://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_MedicationPrescribed
Statusactive
Date2021-01-15
NameMedicationRequest_MedicationPrescribed
DescriptionThis profile specifies the requirements that the prescribed specialty medication MedicationRequest resource can be expected to meet.
Copyright2021
TypeMedicationRequest
Kindresource

Resources that use this resource

No resources found


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_MedicationPrescribed",
  "name": "MedicationRequest_MedicationPrescribed",
  "status": "active",
  "date": "2021-01-15",
  "publisher": "Surescripts, LLC",
  "description": "This profile specifies the requirements that the prescribed specialty medication MedicationRequest resource can be expected to meet.",
  "copyright": "2021",
  "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 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.",
        "min": 1,
        "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",
        "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"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.authoredOn",
        "path": "MedicationRequest.authoredOn",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.requester",
        "path": "MedicationRequest.requester",
        "definition": "The individual who authored the prescription.",
        "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.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Practitioner_Prescriber"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dispenseRequest.performer",
        "path": "MedicationRequest.dispenseRequest.performer",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhirdocs.surescripts.net/StructureDefinition/specialty/Organization_DispensingPharmacy"
            ]
          }
        ]
      }
    ]
  }
}