FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.wales
Resource TypeList
IdExample-DataStandardsWales-List-Medications-Outpatient.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "List",
  "id": "Example-DataStandardsWales-MedicationList-Outpatient",
  "status": "current",
  "mode": "snapshot",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "933361000000108",
        "display": "Medications and medical devices"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper",
    "display": "PIPER, Peter (NHS: 1192335566)"
  },
  "encounter": {
    "reference": "Encounter/Example-Outpatient",
    "display": "..."
  },
  "date": "2022-02-20T15:00:00Z",
  "source": {
    "reference": "Practitioner/Rheumatology-Doctor",
    "display": "..."
  },
  "entry": [
    {
      "item": {
        "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Enbrel-Outpatient",
        "display": "Enbrel 50mg/1ml solution for injection pre-filled syringes (Pfizer Ltd) - Inject 50mg subcutaneously once a week"
      }
    }
  ]
}