FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | Medication |
| Id | Medication-med-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication med-1
Profile: Medication (CZ)
identifier: http://example.org/exampleSystem/med-1
code: Simvastatin 40 MG TBL FLM 20
form: Potahovaná tableta
| Item[x] | Strength |
| Simvastatin | 40 mcg (Details: UCUM codemg = 'mg')/1 tablet (Details: UCUM code1 = '1') |
{
"resourceType": "Medication",
"id": "med-1",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-Medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
}
]
}