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

FHIR IG Statistics: StructureDefinition/E-Rezept-Validator-MedicationRequest

Packagefhir.erezept.validator
Resource TypeStructureDefinition
IdE-Rezept-Validator-MedicationRequest
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.erezept.validator@0.4.9&canonical=https://example.org/fhir/StructureDefinition/E_Rezept_Validator_MedicationRequest
URLhttps://example.org/fhir/StructureDefinition/E_Rezept_Validator_MedicationRequest
Version0.3.10
Statusdraft
NameE_Rezept_Validator_MedicationRequest
Realmus
Authorityhl7
TypeMedicationRequest
Kindresource

Resources that use this resource

StructureDefinition
E_Rezept_Validator_BundleE_Rezept_Validator_Bundle

Resources that this resource uses

StructureDefinition
KBV_PR_Base_MedicationKBV_PR_Base_Medication
KBV_PR_Base_MedicationRequestKBV_PR_Base_MedicationRequest
E_Rezept_Validator_PatientE_Rezept_Validator_Patient
ValueSet
E_Rezept_Allergy_Substance_ACTE_Rezept_Allergy_Substance_ACT

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "E-Rezept-Validator-MedicationRequest",
  "url": "https://example.org/fhir/StructureDefinition/E_Rezept_Validator_MedicationRequest",
  "version": "0.3.10",
  "name": "E_Rezept_Validator_MedicationRequest",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationRequest",
  "baseDefinition": "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_MedicationRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationRequest.meta.profile",
        "path": "MedicationRequest.meta.profile",
        "fixedCanonical": "https://example.org/fhir/StructureDefinition/E_Rezept_Validator_MedicationRequest"
      },
      {
        "id": "MedicationRequest.extension",
        "path": "MedicationRequest.extension",
        "max": "0"
      },
      {
        "id": "MedicationRequest.modifierExtension",
        "path": "MedicationRequest.modifierExtension",
        "max": "0"
      },
      {
        "id": "MedicationRequest.identifier",
        "path": "MedicationRequest.identifier",
        "max": "0"
      },
      {
        "id": "MedicationRequest.status",
        "path": "MedicationRequest.status",
        "fixedCode": "active"
      },
      {
        "id": "MedicationRequest.statusReason",
        "path": "MedicationRequest.statusReason",
        "max": "0"
      },
      {
        "id": "MedicationRequest.intent",
        "path": "MedicationRequest.intent",
        "fixedCode": "proposal"
      },
      {
        "id": "MedicationRequest.category",
        "path": "MedicationRequest.category",
        "max": "0"
      },
      {
        "id": "MedicationRequest.priority",
        "path": "MedicationRequest.priority",
        "max": "0"
      },
      {
        "id": "MedicationRequest.doNotPerform",
        "path": "MedicationRequest.doNotPerform",
        "max": "0"
      },
      {
        "id": "MedicationRequest.reported[x]",
        "path": "MedicationRequest.reported[x]",
        "max": "0"
      },
      {
        "id": "MedicationRequest.medication[x]",
        "path": "MedicationRequest.medication[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "MedicationRequest.medication[x]:medicationReference",
        "path": "MedicationRequest.medication[x]",
        "sliceName": "medicationReference",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Medication",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication|1.7.0"
            ]
          }
        ]
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept",
        "path": "MedicationRequest.medication[x]",
        "sliceName": "medicationCodeableConcept",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept.extension",
        "path": "MedicationRequest.medication[x].extension",
        "max": "0"
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding",
        "path": "MedicationRequest.medication[x].coding",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "https://example.org/fhir/ValueSet/E_Rezept_Allergy_Substance_ACT"
        }
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding.extension",
        "path": "MedicationRequest.medication[x].coding.extension",
        "max": "0"
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding.system",
        "path": "MedicationRequest.medication[x].coding.system",
        "min": 1,
        "fixedUri": "http://www.whocc.no/atc"
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding.version",
        "path": "MedicationRequest.medication[x].coding.version",
        "max": "0"
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding.code",
        "path": "MedicationRequest.medication[x].coding.code",
        "min": 1
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding.display",
        "path": "MedicationRequest.medication[x].coding.display",
        "max": "0"
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding.userSelected",
        "path": "MedicationRequest.medication[x].coding.userSelected",
        "max": "0"
      },
      {
        "id": "MedicationRequest.medication[x]:medicationCodeableConcept.text",
        "path": "MedicationRequest.medication[x].text",
        "max": "0"
      },
      {
        "id": "MedicationRequest.subject",
        "path": "MedicationRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/StructureDefinition/E_Rezept_Validator_Patient"
            ]
          }
        ]
      },
      {
        "id": "MedicationRequest.subject.extension",
        "path": "MedicationRequest.subject.extension",
        "max": "0"
      },
      {
        "id": "MedicationRequest.subject.reference",
        "path": "MedicationRequest.subject.reference",
        "min": 1
      },
      {
        "id": "MedicationRequest.subject.type",
        "path": "MedicationRequest.subject.type",
        "max": "0"
      },
      {
        "id": "MedicationRequest.subject.identifier",
        "path": "MedicationRequest.subject.identifier",
        "max": "0"
      },
      {
        "id": "MedicationRequest.subject.display",
        "path": "MedicationRequest.subject.display",
        "max": "0"
      },
      {
        "id": "MedicationRequest.encounter",
        "path": "MedicationRequest.encounter",
        "max": "0"
      },
      {
        "id": "MedicationRequest.supportingInformation",
        "path": "MedicationRequest.supportingInformation",
        "max": "0"
      },
      {
        "id": "MedicationRequest.authoredOn",
        "path": "MedicationRequest.authoredOn",
        "max": "0"
      },
      {
        "id": "MedicationRequest.requester",
        "path": "MedicationRequest.requester",
        "max": "0"
      },
      {
        "id": "MedicationRequest.performer",
        "path": "MedicationRequest.performer",
        "max": "0"
      },
      {
        "id": "MedicationRequest.performerType",
        "path": "MedicationRequest.performerType",
        "max": "0"
      },
      {
        "id": "MedicationRequest.recorder",
        "path": "MedicationRequest.recorder",
        "max": "0"
      },
      {
        "id": "MedicationRequest.reasonCode",
        "path": "MedicationRequest.reasonCode",
        "max": "0"
      },
      {
        "id": "MedicationRequest.reasonReference",
        "path": "MedicationRequest.reasonReference",
        "max": "0"
      },
      {
        "id": "MedicationRequest.instantiatesCanonical",
        "path": "MedicationRequest.instantiatesCanonical",
        "max": "0"
      },
      {
        "id": "MedicationRequest.instantiatesUri",
        "path": "MedicationRequest.instantiatesUri",
        "max": "0"
      },
      {
        "id": "MedicationRequest.basedOn",
        "path": "MedicationRequest.basedOn",
        "max": "0"
      },
      {
        "id": "MedicationRequest.groupIdentifier",
        "path": "MedicationRequest.groupIdentifier",
        "max": "0"
      },
      {
        "id": "MedicationRequest.courseOfTherapyType",
        "path": "MedicationRequest.courseOfTherapyType",
        "max": "0"
      },
      {
        "id": "MedicationRequest.insurance",
        "path": "MedicationRequest.insurance",
        "max": "0"
      },
      {
        "id": "MedicationRequest.note",
        "path": "MedicationRequest.note",
        "max": "0"
      },
      {
        "id": "MedicationRequest.dosageInstruction",
        "path": "MedicationRequest.dosageInstruction",
        "max": "0"
      },
      {
        "id": "MedicationRequest.dispenseRequest",
        "path": "MedicationRequest.dispenseRequest",
        "max": "0"
      },
      {
        "id": "MedicationRequest.substitution",
        "path": "MedicationRequest.substitution",
        "max": "0"
      },
      {
        "id": "MedicationRequest.priorPrescription",
        "path": "MedicationRequest.priorPrescription",
        "max": "0"
      },
      {
        "id": "MedicationRequest.detectedIssue",
        "path": "MedicationRequest.detectedIssue",
        "max": "0"
      },
      {
        "id": "MedicationRequest.eventHistory",
        "path": "MedicationRequest.eventHistory",
        "max": "0"
      }
    ]
  }
}