FHIR IG analytics| Package | hl7.fhir.uv.ae-research-backport-ig.r4b |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example007.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement
Resource MedicationStatement "example007"
status: active
code: Nasonex (RxNorm#358793)
form: Nasal Spray (SNOMED CT#385157007)
subject: Patient/JanetPatient: Janet " CLINICAL TRIAL PATIENT"
dateAsserted: 2023-04-12
informationSource: Patient/JanetPatient: Janet " CLINICAL TRIAL PATIENT"
note: patient plans to start using for seasonal allergies in the Spring when pollen is in the air
Generated Narrative: Medication #med0315
code: Nasonex (RxNorm#358793)
form: Nasal Spray (SNOMED CT#385157007)
{
"resourceType": "MedicationStatement",
"id": "example007",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "med0315",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "358793"
}
],
"text": "Nasonex"
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385157007",
"display": "Nasal Spray"
}
]
}
}
],
"status": "active",
"medicationReference": {
"reference": "#med0315"
},
"subject": {
"reference": "Patient/JanetPatient",
"display": "Janet"
},
"dateAsserted": "2023-04-12",
"informationSource": {
"reference": "Patient/JanetPatient",
"display": "Janet"
},
"note": [
{
"text": "patient plans to start using for seasonal allergies in the Spring when pollen is in the air"
}
]
}