FHIR IG analytics| Package | hl7.fhir.us.resp-net |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrative: MedicationStatement
{
"resourceType": "MedicationStatement",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-medicationstatement"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "entered-in-error",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "27658006",
"display": "Amoxicillin-containing product"
}
]
},
"subject": {
"reference": "Patient/patient-respnet-eve-everywoman",
"display": "Eve Everywoman"
},
"effectiveDateTime": "2015-11-01",
"dateAsserted": "2015-11-01",
"informationSource": {
"reference": "Patient/patient-respnet-eve-everywoman"
},
"note": [
{
"text": "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"
}
]
}