FHIR IG analytics| Package | hl7.fhir.uv.vulcan-rwd |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-RWDMedicationStatementFromRequest.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement
Resource MedicationStatement "RWDMedicationStatementFromRequest"
Profile: MedicationStatementRwd
status: completed
medication: ticagrelor (RxNorm#1116632)
subject: Patient/RWDPatient " PATIENT"
context: Encounter/RWDEncounter
effective: 2022-07-02
derivedFrom: MedicationRequest/RWDMedicationRequest
{
"resourceType": "MedicationStatement",
"id": "RWDMedicationStatementFromRequest",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationStatementRwd"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1116632"
}
]
},
"subject": {
"reference": "Patient/RWDPatient"
},
"context": {
"reference": "Encounter/RWDEncounter"
},
"effectiveDateTime": "2022-07-02",
"derivedFrom": [
{
"reference": "MedicationRequest/RWDMedicationRequest"
}
]
}