FHIR IG analytics| Package | hl7.fhir.us.meds |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-derivedfrom-mr-test2-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: derivedfrom-mr-test2-1
status: active
medication: Zocor (simvastatin) 20mg Tablet
effective: 2016-01-15 --> (ongoing)
dateAsserted: 2016-01-25
informationSource: Dr Cayr
derivedFrom: Brian Z
reasonCode: Hypercholesterolemia (disorder)
dosage:
{
"resourceType": "MedicationStatement",
"id": "derivedfrom-mr-test2-1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "104491",
"display": "Simvastatin 20 MG Oral Tablet [Zocor]",
"userSelected": false
}
],
"text": "Zocor (simvastatin) 20mg Tablet"
},
"subject": {
"reference": "Patient/test2",
"display": "Brian Z"
},
"effectivePeriod": {
"start": "2016-01-15"
},
"dateAsserted": "2016-01-25",
"informationSource": {
"display": "Dr Cayr"
},
"derivedFrom": [
{
"reference": "http://wildfhir.aegis.net/fhir3-0-0/MedicationRequest/test2-1",
"display": "Brian Z"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "13644009",
"display": "Hypercholesterolemia (disorder)",
"userSelected": false
}
]
}
],
"dosage": [
{
"sequence": 1,
"text": "40mg by mouth once daily",
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use",
"userSelected": false
}
]
}
}
]
}