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

FHIR IG analytics

Packagehl7.fhir.us.spl
Resource TypeIngredient
IdIngredient-Enbrel50mgSolutionIngredient2.json
FHIR VersionR5

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: Ingredient Enbrel50mgSolutionIngredient2

status: Active

for: ManufacturedItemDefinition: status = active; manufacturedDoseForm = SOLUTION

role: inactive ingredient

substance

Codes

-Concept
*SODIUM CHLORIDE

Strengths

-Presentation[x]
*0.12 mmol (Details: UCUM codemmol = 'mmol')/1 mL (Details: UCUM codemL = 'mL')

Source1

{
  "resourceType": "Ingredient",
  "id": "Enbrel50mgSolutionIngredient2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/SubmittedMedicinalProductIngredient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "for": [
    {
      "reference": "ManufacturedItemDefinition/Enbrel50mgSolution"
    }
  ],
  "role": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
        "code": "IACT"
      }
    ]
  },
  "substance": {
    "code": {
      "concept": {
        "coding": [
          {
            "system": "http://fdasis.nlm.nih.gov",
            "code": "451W47IQ8X",
            "display": "SODIUM CHLORIDE"
          }
        ]
      }
    },
    "strength": [
      {
        "presentationRatio": {
          "numerator": {
            "value": 0.12,
            "unit": "mmol",
            "system": "http://unitsofmeasure.org",
            "code": "mmol"
          },
          "denominator": {
            "value": 1,
            "unit": "mL",
            "system": "http://unitsofmeasure.org",
            "code": "mL"
          }
        }
      }
    ]
  }
}