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

FHIR IG Statistics: StructureDefinition/ext-RenderedDosageInstruction

Packagenictiz.fhir.nl.r4.medicationprocess9
Resource TypeStructureDefinition
Idext-RenderedDosageInstruction
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-rc.1&canonical=http://nictiz.nl/fhir/StructureDefinition/ext-RenderedDosageInstruction
URLhttp://nictiz.nl/fhir/StructureDefinition/ext-RenderedDosageInstruction
Version2.0.0-rc.1
Statusactive
NameExtRenderedDosageInstruction
Titleext RenderedDosageInstruction
Realmnl
DescriptionPre-adopt of the `.renderedDosageInstructions` concept from the FHIR R5 medication resources. It provides a full representation of the dose of the medication included in all dosage instructions. To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
mp-AdministrationAgreementmp AdministrationAgreement
mp-MedicationAgreementmp MedicationAgreement
mp-MedicationUse2mp MedicationUse2
mp-VariableDosingRegimenmp VariableDosingRegimen

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-RenderedDosageInstruction",
  "url": "http://nictiz.nl/fhir/StructureDefinition/ext-RenderedDosageInstruction",
  "version": "2.0.0-rc.1",
  "name": "ExtRenderedDosageInstruction",
  "title": "ext RenderedDosageInstruction",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Pre-adopt of the `.renderedDosageInstructions` concept from the FHIR R5 medication resources. It provides a full representation of the dose of the medication included in all dosage instructions. To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MedicationRequest"
    },
    {
      "type": "element",
      "expression": "MedicationDispense"
    },
    {
      "type": "element",
      "expression": "MedicationStatement"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "Pre-adopt from FHIR R5 of the `.renderedDosageInstruction` element found in various medication resources.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/ext-RenderedDosageInstruction"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "definition": "The full representation of the dose of the medication included in all dosage instructions. To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses.",
        "comment": "The content of the rendered dosage instruction must not be different from the dose represented in the dosage instructions content.",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}