FHIR IG analytics| Package | fhir.r4.wales.stu1 |
| Resource Type | MedicationStatement |
| Id | Example-DataStandardsWales-MedicationStatement-Enbrel-Outpatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "MedicationStatement",
"id": "Example-DataStandardsWales-MedicationStatement-Enbrel-Outpatient",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code": "outpatient",
"display": "Outpatient"
}
]
},
"medicationCodeableConcept": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "10967711000001103",
"display": "Enbrel 50mg/1ml solution for injection pre-filled syringes (Pfizer Ltd)"
}
],
"text": "Enbrel 50mg/1ml solution for injection pre-filled syringes (Pfizer Ltd)"
},
"subject": {
"reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper",
"display": "PIPER, Peter (NHS: 1192335566)"
},
"context": {
"reference": "Encounter/Encounter-Outpatient",
"display": "..."
},
"dateAsserted": "2022-02-20T15:00:00Z",
"informationSource": {
"reference": "Practitioner/Rheumatology-Doctor",
"display": "..."
},
"dosage": [
{
"timing": {
"repeat": {
"period": 1,
"periodUnit": "wk"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "34206005",
"display": "subcutaneous"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129326001",
"display": "Injection"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1
}
}
]
}
]
}