FHIR IG analytics| Package | hl7.fhir.us.meds |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-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: test2-1
status: completed
medication: testosterone cypionate 100mg/ml inj
effective: 2016-09-01
dateAsserted: 2016-09-01
informationSource: Dr. Cryn
{
"resourceType": "MedicationStatement",
"id": "test2-1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"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"
},
"effectiveDateTime": "2016-09-01",
"dateAsserted": "2016-09-01",
"informationSource": {
"display": "Dr. Cryn"
}
}