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

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeMedication
IdMedication-shareable-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Medication shareable-example

Artifact URL: http://example.org/Medication/shareable-example

ArtifactVersion: 0.1.0

Artifact Version Policy: Strict

Artifact Title: Shareable Medication Example

Artifact Experimental: true

Artifact Publisher: Clinical Decision Support WG

Artifact Description:

Example of a Medication resource as a shareable non-canonical artifact.

Artifact Status: draft

code: alprazolam 0.25 MG Oral Tablet

form: Tablet (basic dose form)

Ingredients

-Item[x]Strength
*Alprazolam (substance)0.25 mg (Details: UCUM codemg = 'mg')/1 Tablet (Details: SNOMED CT code385055001 = 'Tablet (product)')

Source1

{
  "resourceType": "Medication",
  "id": "shareable-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemedication"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
        }
      }
    }
  ]
}