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

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypeMedicationStatement
IdNICE-MedicationUse-Example-01.json
FHIR VersionR3

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

Example of the period of medication use
Time of medication use assertion2022-01-08 08:00:00
Medication use periodfrom 2021-01-08 08:00:00 to 2022-01-08 08:00:00
PatientP. Petersen
Hospital (number, converted at NICE)Amsterdam UMC - Locatie VUmc

Source1

{
  "resourceType": "MedicationStatement",
  "id": "NICE-MedicationUse-Example-01",
  "meta": {
    "profile": [
      "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-MedicationUse-2022Q1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
            "code": "Y",
            "display": "Yes"
          }
        ]
      }
    }
  ],
  "context": {
    "reference": "Encounter/NICE-Encounter-01"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.20.77.5.3",
        "code": "6"
      }
    ]
  },
  "medicationReference": {
    "reference": "Medication/NICE-Medication-Example-01"
  },
  "effectivePeriod": {
    "start": "2021-01-05T08:43:00+02:00",
    "end": "2022-01-08T08:43:00+02:00"
  },
  "dateAsserted": "2022-01-08T08:43:00+02:00",
  "subject": {
    "reference": "Patient/NICE-Patient-01",
    "display": "P. Petersen"
  },
  "taken": "y"
}