FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement example1
Profile: AU Base MedicationStatement
Long Term: true
status: Active
medication: Zoloft
subject: Franklin
dateAsserted: 2018-07-25
note:
The patient is not sure when exactly started taking the medication but is certain it's been over a year
{
"resourceType": "MedicationStatement",
"id": "example1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medicationstatement"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/medication-long-term",
"valueBoolean": true
}
],
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding": {
"system": "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code": "BPD",
"display": "Branded product with no strengths or form"
}
}
],
"system": "http://snomed.info/sct",
"code": "3559011000036109",
"display": "Zoloft"
}
]
},
"subject": {
"reference": "Patient/example0",
"display": "Franklin"
},
"dateAsserted": "2018-07-25",
"note": [
{
"text": "The patient is not sure when exactly started taking the medication but is certain it's been over a year"
}
]
}