PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erp-servicerequest@1.1.0
    https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-remaining-medication
{
  "description": "This observation describes how long or how much of a medication is left",
  "_filename": "StructureDefinition-erp-service-request-remaining-medication.json",
  "package_name": "de.gematik.erp-servicerequest",
  "date": null,
  "derivation": "constraint",
  "publisher": "gematik GmbH",
  "fhirVersion": "4.0.1",
  "name": "ERPServiceRequestRemainingMedication",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://snomed.info/conceptdomain",
    "name": "SNOMED CT Concept Domain Binding",
    "identity": "sct-concept"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://snomed.org/attributebinding",
    "name": "SNOMED CT Attribute Binding",
    "identity": "sct-attr"
  } ],
  "abstract": false,
  "type": "Observation",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "ERP Service Request Remaining Medication",
  "package_version": "1.1.0",
  "status": "active",
  "id": "cb719ef3-4118-49df-8326-81597c2b02d2",
  "kind": "resource",
  "url": "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-remaining-medication",
  "version": "1.0",
  "differential": {
    "element": [ {
      "id": "Observation.status",
      "path": "Observation.status",
      "fixedCode": "final"
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "binding": {
        "strength": "required",
        "valueSet": "https://gematik.de/fhir/erp-servicerequest/ValueSet/medication-observation-vs"
      },
      "mustSupport": true
    }, {
      "id": "Observation.code.coding.code",
      "path": "Observation.code.coding.code",
      "short": "Identifies this observation as an indication of the remaining range of a medication",
      "fixedCode": "range-of-medication"
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ],
      "short": "Reference of the patient receiving the medication",
      "mustSupport": true
    }, {
      "id": "Observation.value[x]",
      "min": 1,
      "path": "Observation.value[x]",
      "type": [ {
        "code": "Quantity"
      }, {
        "code": "dateTime"
      } ],
      "short": "Indication of the remaining range in quantity or date on which the medication expires",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}