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

FHIR IG analytics

Packagehl7.fhir.uv.emedicinal-product-info
Resource TypeMedicationKnowledge
IdMedicationKnowledge-medication-knowledge-epi-type3-example.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: MedicationKnowledge medication-knowledge-epi-type3-example

Language: en

status: Active

indicationGuideline

Indications

-Concept
*Fever
*Pain

dosingGuideline

treatmentIntent: Pain relief

dosage

type: Initial Treatment (Week 1)

dosage

sequence: 1

text: Take 1 tablet twice daily for the first week

timing: 2 per 1 day

DoseAndRates

-TypeDose[x]
*Ordered1 tablet (Details: EDQM Standard Terms code10219000 = 'Tablet')

dosage

type: Maintenance Treatment (Weeks 2-4)

dosage

sequence: 2

text: Take 1 tablet once daily for three more weeks

timing: Once per 1 day

DoseAndRates

-TypeDose[x]
*Ordered1 tablet (Details: EDQM Standard Terms code10219000 = 'Tablet')

Source1

{
  "resourceType": "MedicationKnowledge",
  "id": "medication-knowledge-epi-type3-example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "indicationGuideline": [
    {
      "indication": [
        {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "386661006",
                "display": "Fever"
              }
            ]
          }
        },
        {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "22253000",
                "display": "Pain"
              }
            ]
          }
        }
      ],
      "dosingGuideline": [
        {
          "treatmentIntent": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "384812002",
                "display": "To relieve pain"
              }
            ],
            "text": "Pain relief"
          },
          "dosage": [
            {
              "type": {
                "text": "Initial Treatment (Week 1)"
              },
              "dosage": [
                {
                  "sequence": 1,
                  "text": "Take 1 tablet twice daily for the first week",
                  "timing": {
                    "repeat": {
                      "boundsDuration": {
                        "value": 7,
                        "unit": "days",
                        "system": "http://unitsofmeasure.org",
                        "code": "d"
                      },
                      "frequency": 2,
                      "period": 1,
                      "periodUnit": "d"
                    }
                  },
                  "doseAndRate": [
                    {
                      "type": {
                        "coding": [
                          {
                            "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                            "code": "ordered",
                            "display": "Ordered"
                          }
                        ]
                      },
                      "doseQuantity": {
                        "value": 1,
                        "unit": "tablet",
                        "system": "http://standardterms.edqm.eu",
                        "code": "10219000"
                      }
                    }
                  ]
                }
              ]
            },
            {
              "type": {
                "text": "Maintenance Treatment (Weeks 2-4)"
              },
              "dosage": [
                {
                  "sequence": 2,
                  "text": "Take 1 tablet once daily for three more weeks",
                  "timing": {
                    "repeat": {
                      "boundsDuration": {
                        "value": 21,
                        "unit": "days",
                        "system": "http://unitsofmeasure.org",
                        "code": "d"
                      },
                      "frequency": 1,
                      "period": 1,
                      "periodUnit": "d"
                    }
                  },
                  "doseAndRate": [
                    {
                      "type": {
                        "coding": [
                          {
                            "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                            "code": "ordered",
                            "display": "Ordered"
                          }
                        ]
                      },
                      "doseQuantity": {
                        "value": 1,
                        "unit": "tablet",
                        "system": "http://standardterms.edqm.eu",
                        "code": "10219000"
                      }
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}