FHIR IG analytics| Package | hl7.fhir.cz.szz |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-ce0f692f-0461-4ed0-8df3-f8db265f755c.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement ce0f692f-0461-4ed0-8df3-f8db265f755c
Profile: Medication Statement (CZ core)
identifier: http://example.org/medicationstatements/MEDSTAT2024
status: Active
medication: Fludeoxythymidin
effective: 2024-12-01
informationSource: Organization Fakultní nemocnice Oblackov
dosage
DoseAndRates
Dose[x] 260000 ul
{
"resourceType": "MedicationStatement",
"id": "ce0f692f-0461-4ed0-8df3-f8db265f755c",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/medicationStatement-cz-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/medicationstatements",
"value": "MEDSTAT2024"
}
],
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://ncez.mzcr.cz/fhir/CodeSystem/dlp-lecive-pripravky-cs",
"code": "0226200",
"display": "Fludeoxythymidin"
}
]
},
"subject": {
"reference": "urn:uuid:142534ac-0274-4a16-b6a2-d4d4f24ff67b"
},
"effectiveDateTime": "2024-12-01",
"informationSource": {
"reference": "urn:uuid:f84d821c-ba13-412b-a340-2547a6f36b7f"
},
"dosage": [
{
"doseAndRate": [
{
"doseQuantity": {
"value": 260000,
"unit": "ul"
}
}
]
}
]
}