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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeMedication
IdMedication-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 example

code: 1.2 ML alemtuzumab 10 MG/ML Injection [Lemtrada]

manufacturer: Organization Example Manufacturer

form: Conventional release solution for injection (dose form)

Ingredients

-Item[x]Strength
*Alemtuzumab (substance)12 mg (Details: UCUM codemg = 'mg')/1.2 mL (Details: UCUM codemL = 'mL')

Batches

-LotNumberExpirationDate
*94947882027-05-22

Generated Narrative: Organization #org-6

identifier: United States National Provider Identifier/8635143786 (use: temp, )

active: true

name: Example Manufacturer

telecom: https://example.org/manufacturer

address: 900 Example Industrial Road Example City VA 99999 US (work)


Source1

{
  "resourceType": "Medication",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "org-6",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-organization"
        ]
      },
      "identifier": [
        {
          "use": "temp",
          "system": "http://hl7.org/fhir/sid/us-npi",
          "value": "8635143786"
        }
      ],
      "active": true,
      "name": "Example Manufacturer",
      "telecom": [
        {
          "system": "url",
          "value": "https://example.org/manufacturer",
          "use": "work"
        }
      ],
      "address": [
        {
          "use": "work",
          "line": [
            "900 Example Industrial Road"
          ],
          "city": "Example City",
          "state": "VA",
          "postalCode": "99999",
          "country": "US"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1594663",
        "display": "1.2 ML alemtuzumab 10 MG/ML Injection [Lemtrada]"
      }
    ]
  },
  "manufacturer": {
    "reference": "#org-6"
  },
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385219001",
        "display": "Conventional release solution for injection (dose form)"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "129472003",
            "display": "Alemtuzumab (substance)"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 12,
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1.2,
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        }
      }
    }
  ],
  "batch": {
    "lotNumber": "9494788",
    "expirationDate": "2027-05-22"
  }
}