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

FHIR IG analytics

Packagefhir.r4.wales.stu1
Resource TypeStructureDefinition
IdProfile-DataStandardsWales-MedicationStatement.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",
  "id": "DataStandardsWales-MedicationStatement",
  "url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement",
  "version": "1.0.0",
  "name": "DataStandardsWalesMedicationStatement",
  "title": "Data Standards Wales Medication Statement",
  "status": "active",
  "experimental": false,
  "date": "2023-08-02",
  "publisher": "NHS Wales",
  "copyright": "2023 NHS Wales.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationStatement",
  "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationStatement",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationStatement.extension",
        "path": "MedicationStatement.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "MedicationStatement.extension:medicationCourseOfTherapyType",
        "path": "MedicationStatement.extension",
        "sliceName": "medicationCourseOfTherapyType",
        "short": "An indicator of the overall pattern of medication administration",
        "definition": "An extension to carry an indicator of the overall pattern of medication administration at the MedicationStatement level.",
        "comment": "An extension to carry an indicator of the overall pattern of medication administration at the MedicationStatement level.",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "MedicationStatement.basedOn",
        "path": "MedicationStatement.basedOn",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-CarePlan",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest",
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationRequest"
            ]
          }
        ]
      },
      {
        "id": "MedicationStatement.partOf",
        "path": "MedicationStatement.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Procedure",
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationDispense",
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement",
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationAdministration"
            ]
          }
        ]
      },
      {
        "id": "MedicationStatement.status",
        "path": "MedicationStatement.status",
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.category",
        "path": "MedicationStatement.category",
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.medication[x]",
        "path": "MedicationStatement.medication[x]",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Medication"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.subject",
        "path": "MedicationStatement.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Group",
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.context",
        "path": "MedicationStatement.context",
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.dateAsserted",
        "path": "MedicationStatement.dateAsserted",
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.informationSource",
        "path": "MedicationStatement.informationSource",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson",
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization",
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient",
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner",
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PractitionerRole"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.dosage",
        "path": "MedicationStatement.dosage",
        "short": "How the medication is/was taken or should be taken",
        "definition": "Indicates how the medication is/was taken or should be taken by the patient.",
        "type": [
          {
            "code": "Dosage",
            "profile": [
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Dosage"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}