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

FHIR IG analytics

Packagehl7.fhir.uv.ipa.r4
Resource TypeMedication
IdMedication-MedExample1.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 MedExample1

code: PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)

form: Tablet

ingredient

item: oxyCODONE hydrochloride

strength: 5 mg (Details: UCUM codemg = 'mg')/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm) (Details: Orderable Drug Form codeTAB = 'Tablet')

ingredient

item: Acetaminophen

strength: 325 mg (Details: UCUM codemg = 'mg')/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm) (Details: Orderable Drug Form codeTAB = 'Tablet')

Batches

-LotNumberExpirationDate
*6584842020-07-31

Source1

{
  "resourceType": "Medication",
  "id": "MedExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "16590-619-30",
        "display": "PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385055001",
        "display": "Tablet"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "82063",
            "display": "oxyCODONE hydrochloride"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 5,
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
          "code": "TAB"
        }
      }
    },
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "161",
            "display": "Acetaminophen"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 325,
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
          "code": "TAB"
        }
      }
    }
  ],
  "batch": {
    "lotNumber": "658484",
    "expirationDate": "2020-07-31"
  }
}