FHIR IG analytics| Package | hl7.fhir.uv.fhir-for-fair |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example-f4f-medicationStatement-1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement
Resource MedicationStatement "example-f4f-medicationStatement-1"
status: active
medication: methyldopa (levorotatory) and diuretics (WHO ATC#C02LB01)
subject: Patient/example-f4f-patient
reasonCode: Hypertension (SNOMED CT#38341003)
{
"resourceType": "MedicationStatement",
"id": "example-f4f-medicationStatement-1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "C02LB01",
"display": "methyldopa (levorotatory) and diuretics"
}
]
},
"subject": {
"reference": "Patient/example-f4f-patient"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "38341003",
"display": "Hypertension"
}
]
}
]
}