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

FHIR IG analytics

Packagefhir.onc.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: alemtuzumab 10 MG/ML [Lemtrada]

manufacturer: Organization Genzyme

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
*94947882017-05-22

Generated Narrative: Organization #org6

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

active: true

name: Genzyme

telecom: https://www.sanofigenzyme.com/

address: Cambridge MA USA (work)


Source1

{
  "resourceType": "Medication",
  "id": "example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "org6",
      "meta": {
        "profile": [
          "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-organization"
        ]
      },
      "identifier": [
        {
          "use": "temp",
          "system": "http://hl7.org/fhir/sid/us-npi",
          "value": "8635143786"
        }
      ],
      "active": true,
      "name": "Genzyme",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.sanofigenzyme.com/",
          "use": "work"
        }
      ],
      "address": [
        {
          "use": "work",
          "city": "Cambridge",
          "state": "MA",
          "country": "USA"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1594660",
        "display": "alemtuzumab 10 MG/ML [Lemtrada]"
      }
    ]
  },
  "manufacturer": {
    "reference": "#org6"
  },
  "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": "2017-05-22"
  }
}