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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeMedication
IdMedication-medication-example-ach-daily-rsvlabbtg-1.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 medication-example-ach-daily-rsvlabbtg-1

Original Resource ID: eZeW55xkBH0DrR0Xj004fNlA99h1sjXKwuhGs.PNpjjUi.Dh2-U-oGW0c9xZjPn2b29S.YZMgFiH.76i57tFS1PARcjzOMkC6TPHQQXiH6vA3

code: Ribavirin inhalation solution 6g/vial via nebulizer

status: Active

form: Nebulizer solution

Ingredients

-Item[x]Strength
*Ribavirin inhalation solution 6g/vial via nebulizer6 g (Details: UCUM codeg = 'g')/6 g (Details: UCUM codeg = 'g')

Source1

{
  "resourceType": "Medication",
  "id": "medication-example-ach-daily-rsvlabbtg-1",
  "meta": {
    "profile": [
      "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-medication"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/link-original-resource-id-extension",
      "valueString": "eZeW55xkBH0DrR0Xj004fNlA99h1sjXKwuhGs.PNpjjUi.Dh2-U-oGW0c9xZjPn2b29S.YZMgFiH.76i57tFS1PARcjzOMkC6TPHQQXiH6vA3"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "2108389"
      }
    ],
    "text": "Ribavirin inhalation solution 6g/vial via nebulizer"
  },
  "status": "active",
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385198000",
        "display": "Conventional release solution for nebuliser"
      }
    ],
    "text": "Nebulizer solution"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "2108389"
          }
        ],
        "text": "Ribavirin inhalation solution 6g/vial via nebulizer"
      },
      "strength": {
        "numerator": {
          "value": 6,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        },
        "denominator": {
          "value": 6,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        }
      }
    }
  ]
}