FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.medikation |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-mii-exa-medikation-medication-statement-hct.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationStatement",
"id": "mii-exa-medikation-medication-statement-hct",
"meta": {
"security": [
{
"code": "HTEST",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"display": "test health data"
}
],
"profile": [
"https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationStatement|2026.0.1"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationStatement.renderedDosageInstruction",
"valueMarkdown": "1-0-0-0 Tablette HCT 12,5mg oral"
}
],
"status": "intended",
"medicationCodeableConcept": {
"coding": [
{
"code": "C03AA03",
"system": "http://fhir.de/CodeSystem/bfarm/atc",
"version": "2022"
}
],
"text": "HCT 12,5mg"
},
"subject": {
"reference": "Patient/example"
},
"effectivePeriod": {
"start": "2022-02-02T12:22:00+00:00"
},
"dosage": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"MORN"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"code": "15054000",
"system": "http://standardterms.edqm.eu",
"unit": "Tablet"
}
}
]
}
]
}