FHIR IG analytics| Package | hl7.fhir.us.meds |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-test2-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: test2-2
status: active
medication: testosterone cypionate 100mg/ml inj
effective: 2016-09-12 --> (ongoing)
dateAsserted: 2016-09-12
informationSource: Brian Z
note: Get at doctor's office every third Friday. Taking for energy level and drive.
{
"resourceType": "MedicationStatement",
"id": "test2-2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "835829",
"display": "testosterone cypionate 100 MG/ML Injectable Solution",
"userSelected": false
}
],
"text": "testosterone cypionate 100mg/ml inj"
},
"subject": {
"reference": "Patient/test2",
"display": "Brian Z"
},
"effectivePeriod": {
"start": "2016-09-12"
},
"dateAsserted": "2016-09-12",
"informationSource": {
"display": "Brian Z"
},
"note": [
{
"text": "Get at doctor's office every third Friday. Taking for energy level and drive."
}
]
}