Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-resp-net-ig/ and changes regularly. See the Directory of published versions

: MedicationRequest Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "self-tylenol",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative</b></p><p><b>id</b>: self-tylenol</p><p><b>identifier</b>: id: 12345689 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>reported</b>: true</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1187314}\">Tylenol PM Pill</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman.</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://acme.org/prescriptions",
      "value" : "12345689"
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "reportedBoolean" : true,
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1187314",
        "display" : "Tylenol PM Pill"
      }
    ],
    "text" : "Tylenol PM Pill"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/resp-net-encounter-example",
    "display" : "inpatient"
  },
  "authoredOn" : "2019-06-24",
  "requester" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "**self-prescribed**"
  },
  "dosageInstruction" : [
    {
      "text" : "Takes 1-2 tablets once daily at bedtime as needed for restless legs"
    }
  ]
}