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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeMedicationStatement
IdMedicationStatement-47472c99-09bf-4007-bfaa-16c9665ae090.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: MedicationStatement 47472c99-09bf-4007-bfaa-16c9665ae090

identifier: https://hl7.cz/fhir/core/ValueSet/cz-dlplecivepripravky-vs/0243131

status: active

statusReason: Pokračuje

category: Inpatient

medication: Medication EUTHYROX

subject: Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)

effective: 2025-03-01 10:15:00+0100 --> 2025-03-10 09:30:00+0100

reasonCode: Hypotyreóza

dosage

text: 1 tableta denně

timing: Once per 1 day

route: Oral use

DoseAndRates

-Dose[x]
*1 tableta

Source1

{
  "resourceType": "MedicationStatement",
  "id": "47472c99-09bf-4007-bfaa-16c9665ae090",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.cz/fhir/core/ValueSet/cz-dlplecivepripravky-vs",
      "value": "0243131"
    }
  ],
  "status": "active",
  "statusReason": [
    {
      "text": "Pokračuje"
    }
  ],
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location",
        "code": "inpatient",
        "display": "Inpatient"
      }
    ],
    "text": "Inpatient"
  },
  "medicationReference": {
    "reference": "Medication/Medication-Euthyrox"
  },
  "subject": {
    "reference": "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000"
  },
  "effectivePeriod": {
    "start": "2025-03-01T10:15:00+01:00",
    "end": "2025-03-10T09:30:00+01:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10",
          "code": "E03.9",
          "display": "Hypothyroidism, unspecified"
        }
      ],
      "text": "Hypotyreóza"
    }
  ],
  "dosage": [
    {
      "text": "1 tableta denně",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral use"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "tableta"
          }
        }
      ]
    }
  ]
}