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

FHIR IG analytics

Packagehl7.fhir.us.phcp
Resource TypeMedicationDispense
IdMedicationDispense-phcp-medicationdispense-example.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

Generated Narrative

identifier: id: urn:uuid:3358ad78-31f2-4756-abad-32cbb155a6ee

status: completed

medication: oxyCODONE Hydrochloride 10 MG Oral Tablet

subject: Generated Summary: id: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 2007-02-20

Performers

-Actor
*Generated Summary: doc@example.org

quantity: 24 1

daysSupply: 3

whenHandedOver: 2016-11-28


Source1

{
  "resourceType": "MedicationDispense",
  "id": "phcp-medicationdispense-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-02-11T23:05:16.637+00:00",
    "source": "#wkMb2ZcMNnIkGrLs",
    "profile": [
      "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-MedicationDispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:3358ad78-31f2-4756-abad-32cbb155a6ee"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1049683",
        "display": "oxyCODONE HCl 10 MG Oral Tablet"
      }
    ],
    "text": "oxyCODONE Hydrochloride 10 MG Oral Tablet"
  },
  "subject": {
    "reference": "Patient/phcp-patient-example"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/phcp-practitionerrole-example"
      }
    }
  ],
  "quantity": {
    "value": 24,
    "unit": "1"
  },
  "daysSupply": {
    "value": 3
  },
  "whenHandedOver": "2016-11-28"
}