{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2020-02-04T17:29:58.719+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/PrescriptionFetch",
  "name": "PrescriptionFetch",
  "status": "draft",
  "date": "2020-02-04T17:29:57.8943896+00:00",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "quick",
      "uri": "http://siframework.org/cqf",
      "name": "Quality Improvement and Clinical Knowledge (QUICK)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest.meta.tag.system",
        "path": "ServiceRequest.meta.tag.system",
        "fixedUri": "IHEPCD"
      },
      {
        "id": "ServiceRequest.meta.tag.code",
        "path": "ServiceRequest.meta.tag.code",
        "fixedCode": "1.3.6.1.4.12559.11.1.1.129"
      },
      {
        "id": "ServiceRequest.status",
        "path": "ServiceRequest.status",
        "fixedCode": "active"
      },
      {
        "id": "ServiceRequest.intent",
        "path": "ServiceRequest.intent",
        "fixedCode": "order"
      },
      {
        "id": "ServiceRequest.category",
        "path": "ServiceRequest.category",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0074",
              "code": "HM",
              "display": "Hematology"
            }
          ]
        }
      },
      {
        "id": "ServiceRequest.code",
        "path": "ServiceRequest.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "LP181085-4",
              "display": "Prescription Request"
            }
          ],
          "text": "Prescription Request"
        }
      }
    ]
  }
}