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

FHIR IG analytics

Packageuk.gpc.updaterecord
Resource TypeMedicationStatement
Idexample--gpc-data-model--medication-statement.json
FHIR VersionR3

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": "359d0a53-f1ef-4c0b-9d58-01cabbc48413",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-01-24T13:29:33.7462714+00:00",
    "profile": [
      "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-MedicationStatement-1"
    ]
  },
  "extension": [
    {
      "url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-CareConnect-GPC-PrescribingAgency-1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/STU3/CodeSystem/CareConnect-PrescribingAgency-1",
            "code": "prescribed-by-another-organisation"
          }
        ],
        "text": "Prescribed by another organisation"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://hospital.example/medication-statement",
      "value": "rx-0281156"
    }
  ],
  "basedOn": [
    {
      "identifier": {
        "system": "https://hospital.example/medication-request",
        "value": "rx-0018243"
      }
    }
  ],
  "context": {
    "identifier": {
      "system": "https://hospital.example/visit-number",
      "value": "visit-00425123"
    }
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/medication-statement-category",
        "code": "inpatient"
      }
    ],
    "text": "Inpatient"
  },
  "medicationReference": {
    "identifier": {
      "system": "https://simplifier.net/gpconnect2",
      "value": "example--gpc-data-model--medication-request"
    }
  },
  "effectivePeriod": {
    "start": "2023-01-20",
    "end": "2023-01-27"
  },
  "dateAsserted": "2023-01-24T13:29:33.7477005+00:00",
  "informationSource": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RFR"
    }
  },
  "subject": {
    "identifier": {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1",
                "code": "01",
                "display": "Number present and verified"
              }
            ],
            "text": "Number present and verified"
          }
        }
      ],
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9989453456"
    }
  },
  "taken": "y",
  "note": [
    {
      "authorReference": {
        "identifier": {
          "system": "https://fhir.hl7.org.uk/Id/gmc-number",
          "value": "00143922"
        }
      },
      "time": "2023-01-24T13:29:33.7491725+00:00",
      "text": "Free text... R4 of the FHIR standard supports GitHub Flavoured Markdown (GFM)"
    }
  ],
  "dosage": [
    {
      "text": "10 milligram - two times a day - oral - Swallow your capsules whole with a glass of water. DO NOT break, crush or chew them",
      "patientInstruction": "Swallow your capsules whole with a glass of water. DO NOT break, crush or chew them",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 2,
          "periodUnit": "d",
          "when": [
            "C"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "https://snomed.info/sct",
            "code": "26643006"
          }
        ],
        "text": "oral"
      },
      "doseQuantity": {
        "value": 10,
        "unit": "milligram",
        "system": "https://unitsofmeasure.org",
        "code": "mg"
      }
    }
  ]
}