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

FHIR IG analytics

Packageca.on.accdr.r4
Resource TypeStructureDefinition
IdExtMedicationStrengthDescription.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": "00759f9f-2d5e-42b6-8de0-65b99bd5a6b9",
  "meta": {
    "lastUpdated": "2021-03-01T20:04:33.334+00:00"
  },
  "url": "http://prescribeit.ca/fhir/StructureDefinition/ext-medication-strength-description",
  "name": "ExtMedicationStrengthDescription",
  "title": "Medication Strength Description",
  "status": "draft",
  "date": "2020-11-17T22:00:10.0547012+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",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://prescribeit.ca/fhir/StructureDefinition/ext-medication-strength-description"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}