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

FHIR IG Statistics: StructureDefinition/ext-medication-strength-description

PackageForgePatientChart.0830
Resource TypeStructureDefinition
Idext-medication-strength-description
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ForgePatientChart.0830@0.1.0&canonical=http://telus.com/fhir/patientChart/StructureDefinition/ext-medication-strength-description
URLhttp://telus.com/fhir/patientChart/StructureDefinition/ext-medication-strength-description
Statusdraft
Date2021-03-01T20:04:32.4909636+00:00
NameExtMedicationStrengthDescription
TitleExt-Medication Strength Description
Authorityhl7
DescriptionProvides a textual description of the strength of the active ingredient(s) in the medication
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


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-medication-strength-description",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2022-07-05T15:16:54.7108274+00:00"
  },
  "url": "http://telus.com/fhir/patientChart/StructureDefinition/ext-medication-strength-description",
  "name": "ExtMedicationStrengthDescription",
  "title": "Ext-Medication Strength Description",
  "status": "draft",
  "date": "2021-03-01T20:04:32.4909636+00:00",
  "description": "Provides a textual description of the strength of the active ingredient(s) in the medication",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Medication"
    },
    {
      "type": "extension",
      "expression": "Medication.ingredient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://telus.com/fhir/patientChart/StructureDefinition/ext-medication-strength-description"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}