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

FHIR IG analytics

Packagefhir.r4.wales
Resource TypeMedicationStatement
IdExample-DataStandardsWales-MedicationStatement-Ramipril-GP.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

Ramipril 2.5mg tablet - 1 tablet in the morning

Source1

{
  "resourceType": "MedicationStatement",
  "id": "Example-DataStandardsWales-MedicationStatement-Ramipril-GP",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
            "code": "continuous",
            "display": "Continuous long term therapy"
          }
        ]
      }
    }
  ],
  "status": "active",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "code": "community",
        "display": "Community"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://dmd.nhs.uk",
        "code": "408050008",
        "display": "Ramipril 2.5mg tablets"
      }
    ],
    "text": "Ramipril 2.5mg tablets"
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper",
    "display": "PIPER, Peter (NHS: 1192335566)"
  },
  "context": {
    "reference": "Encounter/Encounter-GP",
    "display": "..."
  },
  "dateAsserted": "2022-01-10T10:00:00Z",
  "informationSource": {
    "reference": "Practitioner/Practitioner-GP",
    "display": "..."
  },
  "dosage": [
    {
      "text": "Ramipril 2.5mg tablet - 1 tablet in the morning"
    }
  ]
}