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

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeMedicationKnowledge
IdMedicationKnowledge-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: MedicationKnowledge shareable-example

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

ArtifactVersion: 0.1.0

Artifact Version Policy: Strict

Artifact Title: Shareable MedicationKnowledge Example

Artifact Experimental: true

Artifact Publisher: Clinical Decision Support WG

Artifact Description:

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

code: Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0069-2587-10) > 10 mL in 1 VIAL (0069-2587-03) (package)

status: Active

doseForm: Solution for injection

amount: 50 mg/ml

synonym: Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)


Source1

{
  "resourceType": "MedicationKnowledge",
  "id": "shareable-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemedicationknowledge"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-url",
      "valueUri": "http://example.org/MedicationKnowledge/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 MedicationKnowledge 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 MedicationKnowledge resource as a shareable non-canonical artifact."
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "0069-2587-10",
        "display": "Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0069-2587-10) > 10 mL in 1 VIAL (0069-2587-03) (package)"
      }
    ]
  },
  "status": "active",
  "doseForm": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385219001",
        "display": "Solution for injection"
      }
    ]
  },
  "amount": {
    "value": 50,
    "unit": "mg/ml"
  },
  "synonym": [
    "Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)"
  ]
}