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

FHIR IG analytics

Packagehl7.fhir.uv.ips
Resource TypeMedication
IdMedication-eumfh-39-07-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 eumfh-39-07-1

Language: en

Profile: Medication (IPS)

code: Simvastatin 40 MG Disintegrating Oral Tablet

form: Disintegrating Oral Product

Ingredients

-Item[x]Strength
*Simvastatin40 mcg (Details: UCUM codemg = 'mg')/1 tablet (Details: UCUM code1 = '1')

Source1

{
  "resourceType": "Medication",
  "id": "eumfh-39-07-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "757704",
        "display": "Simvastatin 40 MG Disintegrating Oral Tablet"
      },
      {
        "system": "http://www.whocc.no/atc",
        "code": "C10AA01",
        "display": "simvastatin"
      }
    ],
    "text": "Simvastatin 40 MG Disintegrating Oral Tablet"
  },
  "form": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1294713",
        "display": "Disintegrating Oral Product"
      },
      {
        "system": "http://standardterms.edqm.eu",
        "code": "10219000",
        "display": "Tablet"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "36567",
            "display": "Simvastatin"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 40,
          "unit": "mcg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "tablet",
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      }
    }
  ]
}