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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypeMedication
IdMedication-med-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 med-1

identifier: http://example.org/exampleSystem/med-1

code: Simvastatin 40 MG TBL FLM 20

form: Potahovaná tableta

Ingredients

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

Source1

{
  "resourceType": "Medication",
  "id": "med-1",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-Medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/exampleSystem",
      "value": "med-1"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://sukl.cz/terminology/CodeSystem/dlp-lecive-pripravky",
        "code": "0013831",
        "display": "SIMVASTATIN RATIOPHARM 40MG TBL FLM 20"
      },
      {
        "system": "https://sukl.cz/terminology/CodeSystem/dlp-atc",
        "code": "C10AA01",
        "display": "simvastatin"
      }
    ],
    "text": "Simvastatin 40 MG TBL FLM 20"
  },
  "form": {
    "coding": [
      {
        "system": "https://sukl.cz/terminology/CodeSystem/dlp-formy",
        "code": "TBL_FLM",
        "display": "Potahovaná tableta"
      },
      {
        "system": "http://standardterms.edqm.eu",
        "code": "10219000",
        "display": "Tablet"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://sukl.cz/terminology/CodeSystem/dlp-lecivelatky",
            "code": "10647",
            "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"
        }
      }
    }
  ]
}