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

FHIR IG analytics

Packagefhir.r4.ukcore.stu1
Resource TypeMedicationStatement
IdUKCore-MedicationStatement-Amoxicillin-Example.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": "MedicationStatement",
  "id": "UKCore-MedicationStatement-Amoxicillin-Example",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "ac0ffbdf-3289-41d5-84d9-068a1f5937db"
    }
  ],
  "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": "39732311000001104",
        "display": "Amoxicillin 250mg capsules"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "effectivePeriod": {
    "start": "2021-02-15T13:50:00+00:00",
    "end": "2021-05-15T13:50:00+00:00"
  },
  "dateAsserted": "2017-02-22",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "65363002",
          "display": "Otitis media"
        }
      ]
    }
  ],
  "dosage": [
    {
      "text": "2 capsules 4 times a day.",
      "timing": {
        "repeat": {
          "frequency": 4,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "301354004",
            "display": "Pain of ear"
          }
        ]
      },
      "site": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "123851003",
            "display": "Mouth region structure"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral"
          }
        ]
      },
      "method": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "421984009",
            "display": "Until finished"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 500,
            "unit": "milligram",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}