FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageaccdr.fhir.ig.pkg
Resource TypeStructureDefinition
IdExtIsRepresentative.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2021-03-01T20:02:53.914+00:00"
  },
  "url": "http://prescribeit.ca/fhir/StructureDefinition/ext-medication-code-representative",
  "name": "ExtIsRepresentative",
  "title": "DIN is Representative",
  "status": "draft",
  "description": "If set to true, indicates that the medication code sent was chosen as a "representative" code of a drug picked at a more general level. I.e. The user didn't actually choose this specific code. The intended constraints around what drug should be supplied are conveyed by the request's substitution rules.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Medication.code.coding"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "comment": "Conformance Rule: If prescribing by Generic Name, a (representative) DIN must be present in the message and this boolean must be 'true'.\nUsage Note:    The receiving system will ONLY interpret the ingredients from the representative DIN; it is understood that this DIN was not prescribed.   For representative DINs, the prescriber must also enter a strength and strength unit of measure and may optionally enter a prescription drug form.  It is expected that this data will also be present.\n\nUsage Note:   The receiving system must understand that the Prescription was based on a Generic Name when this flag is set, meaning that the product that is being taken by the patient may be a generic equivalent with the same prescribed dosage.\n\nUsage Note: The representative DIN is chosen by the EMR (not the prescriber) based on the drug and route that is entered by the prescriber.\n\nUsage Note: This is used within PrescribeITâ„¢ is to allow for automation as it provides a codified value to represent what the prescriber wants. This may assist the pharmacist in dispensing."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://prescribeit.ca/fhir/StructureDefinition/ext-medication-code-representative"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}