FHIR IG analytics| Package | hl7.fhir.cz.ps |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-fe9d38fc-057f-4fea-9edb-888d833b7aef.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement fe9d38fc-057f-4fea-9edb-888d833b7aef
Profile: MedicationStatement (CZ PS)
identifier: http://example.org/hospital/medication-statements/medication-statement-002
status: active
medication: Rivaroxaban 20 mg
| Text |
| 1-0-0 (20 mg denně) |
{
"resourceType": "MedicationStatement",
"id": "fe9d38fc-057f-4fea-9edb-888d833b7aef",
"meta": {
"profile": [
"https://hl7.cz/fhir/ps/StructureDefinition/cz-medicationstatement-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/hospital/medication-statements",
"value": "medication-statement-002"
}
],
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "B01AF01",
"display": "Rivaroxaban"
}
],
"text": "Rivaroxaban 20 mg"
},
"subject": {
"reference": "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57"
},
"dosage": [
{
"text": "1-0-0 (20 mg denně)"
}
]
}