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

FHIR IG analytics

Packagelt.hl7.fhir.cvd
Resource TypeMedicationStatement
IdMedicationStatement-medication-statement-screening-example.json
FHIR VersionR5

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


English


Generated Narrative: MedicationStatement medication-statement-screening-example

Language: en

status: Recorded

Medications

-Concept
*Tylenol PM

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2015-01-23

dateAsserted: 2015-02-22

note:

Patient cannot take acetaminophen as per Dr instructions

Dosages

-Text
*1 tablet, 3 times per day after meals

Lithuanian


Generated Narrative: MedicationStatement medication-statement-screening-example

Language: en

status: Recorded

Medications

-Concept
*Tylenol PM

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2015-01-23

dateAsserted: 2015-02-22

note:

Patient cannot take acetaminophen as per Dr instructions

Dosages

-Text
*1 tablet, 3 times per day after meals

Source1

{
  "resourceType": "MedicationStatement",
  "id": "medication-statement-screening-example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "recorded",
  "medication": {
    "concept": {
      "text": "Tylenol PM"
    }
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "effectiveDateTime": "2015-01-23",
  "dateAsserted": "2015-02-22",
  "note": [
    {
      "text": "Patient cannot take acetaminophen as per Dr instructions"
    }
  ],
  "dosage": [
    {
      "text": "1 tablet, 3 times per day after meals"
    }
  ]
}