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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex.r4b
Resource TypeMedicationDispense
IdMedicationDispense-1000001.json
FHIR VersionR4B

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

Generated Narrative: MedicationDispense 1000001

version: 1; Last updated: 2024-04-17 15:26:23+0000

Profile: PDex MedicationDispense

An attribute to express the refill number of a prescription: 1

status: Completed

medication: Lisinopril, 30 TABLET in 1 BLISTER PACK (54458-872-10) (package)

subject: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)

Performers

-Actor
*Practitioner Susan Smith

location: Location MyFavorite Pharmacy

type: Refill

quantity: 60

daysSupply: 30

whenHandedOver: 2024-04-15 09:00:23+0000


Source1

{
  "resourceType": "MedicationDispense",
  "id": "1000001",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-04-17T15:26:23.217+00:00",
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-medicationdispense"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/DispenseRefill",
      "valueQuantity": {
        "value": 1
      }
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "54458-872-10"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/4"
      }
    }
  ],
  "location": {
    "reference": "Location/5"
  },
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "RF"
      }
    ]
  },
  "quantity": {
    "value": 60
  },
  "daysSupply": {
    "value": 30
  },
  "whenHandedOver": "2024-04-15T09:00:23.217+00:00"
}