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

FHIR IG analytics

Packagefhir.r4.wales.discovery
Resource TypeMedicationStatement
IdExample-DataStandardsWales-MedicationStatement-Bisoprolol-Discharge.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Bisoprolol 1.25mg tablets - 1 tablet every morning

Source1

{
  "resourceType": "MedicationStatement",
  "id": "Example-DataStandardsWales-MedicationStatement-Bisoprolol-Discharge",
  "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": "discharge",
        "display": "Discharge"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://dmd.nhs.uk",
        "code": "318604001",
        "display": "Bisoprolol 1.25mg tablets"
      }
    ],
    "text": "Bisoprolol 1.25mg tablets"
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper",
    "display": "PIPER, Peter (NHS: 1192335566)"
  },
  "context": {
    "reference": "Encounter/Encounter-Inpatient",
    "display": "..."
  },
  "dateAsserted": "2022-07-14T09:00:00Z",
  "informationSource": {
    "reference": "Practitioner/Practitioner-Discharging",
    "display": "..."
  },
  "dosage": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "MORN"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "tablet",
            "system": "http://snomed.info/sct",
            "code": "428673006"
          }
        }
      ]
    }
  ]
}