FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-Medication.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement Medication
Profile: Medication Statement (CZ)
identifier: http://example.org/exampleSystem/medstat-1
status: Active
medication: simvastatin
subject: Mračena Mraková
effective: 2014 --> (ongoing)
dosage
text: 40 mg/day
timing: Once per 1 day
DoseAndRates
Dose[x] 40 mg (Details: UCUM codemg = 'mg')
Generated Narrative: Medication #med-1
Profile: Medication (CZ)
identifier:
http://example.org/exampleSystem/med-1code: Simvastatin 40 MG TBL FLM 20
form: Potahovaná tableta
Ingredients
Item[x] Strength Simvastatin 40 mcg (Details: UCUM codemg = 'mg')/1 tablet (Details: UCUM code1 = '1')
{
"resourceType": "MedicationStatement",
"id": "Medication",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "med-1",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-Medication"
]
},
"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"
}
}
}
]
}
],
"identifier": [
{
"system": "http://example.org/exampleSystem",
"value": "medstat-1"
}
],
"status": "active",
"medicationReference": {
"reference": "#med-1",
"display": "simvastatin"
},
"subject": {
"reference": "Patient/Mracena",
"display": "Mračena Mraková"
},
"effectivePeriod": {
"start": "2014"
},
"dosage": [
{
"text": "40 mg/day",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 40,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}