Canonical Resource Management Infrastructure Implementation Guide
2.0.0-ballot - STU 2 - Ballot International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: Shareable Medication Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "shareable-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemedication"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication shareable-example</b></p><a name=\"shareable-example\"> </a><a name=\"hcshareable-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-crmi-shareablemedication.html\">CRMI Shareable Medication</a></p></div><p><b>Artifact URL</b>: <a href=\"http://example.org/Medication/shareable-example\">http://example.org/Medication/shareable-example</a></p><p><b>ArtifactVersion</b>: 0.1.0</p><p><b>Artifact Version Policy</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes strict}\">Strict</span></p><p><b>Artifact Title</b>: Shareable Medication Example</p><p><b>Artifact Experimental</b>: true</p><p><b>Artifact Publisher</b>: Clinical Decision Support WG</p><p><b>Artifact Description</b>: </p><div><p>Example of a Medication resource as a shareable non-canonical artifact.</p>\n</div><p><b>Artifact Status</b>: draft</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 308047}\">alprazolam 0.25 MG Oral Tablet</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385055001}\">Tablet (basic dose form)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 386983007}\">Alprazolam (substance)</span></td><td>0.25 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT  code385055001 = 'Tablet')</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-url",
      "valueUri" : "http://example.org/Medication/shareable-example"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-versionPolicy",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes",
            "code" : "strict"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-title",
      "valueString" : "Shareable Medication Example"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-experimental",
      "valueBoolean" : true
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-publisher",
      "valueString" : "Clinical Decision Support WG"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-description",
      "valueMarkdown" : "Example of a Medication resource as a shareable non-canonical artifact."
    }
  ],
  "modifierExtension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-status",
      "valueCode" : "draft"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "308047",
        "display" : "alprazolam 0.25 MG Oral Tablet"
      }
    ]
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385055001",
        "display" : "Tablet (basic dose form)"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "386983007",
            "display" : "Alprazolam (substance)"
          }
        ]
      },
      "strength" : {
        "numerator" : {
          "value" : 0.25,
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "Tablet",
          "system" : "http://snomed.info/sct",
          "code" : "385055001"
        }
      }
    }
  ]
}