FHIR IG analytics| Package | hl7.fhir.uv.fhir-for-fair |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example-f4f-medicationStatement-2.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-2"
status: unknown
medication: theophylline (WHO ATC#R03DA04)
subject: Patient/example-f4f-patient
reasonCode: COPD - Chronic obstructive pulmonary disease (SNOMED CT#13645005)
{
"resourceType": "MedicationStatement",
"id": "example-f4f-medicationStatement-2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "unknown",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "R03DA04",
"display": "theophylline"
}
]
},
"subject": {
"reference": "Patient/example-f4f-patient"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "13645005",
"display": "COPD - Chronic obstructive pulmonary disease"
}
]
}
]
}