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

: MedicationStatement Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-medicationstatement"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Narrative: MedicationStatement</b></p></div>"
  },
  "status" : "entered-in-error",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "27658006",
        "display" : "Amoxicillin-containing product"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectiveDateTime" : "2015-11-01",
  "dateAsserted" : "2015-11-01",
  "informationSource" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman"
  },
  "note" : [
    {
      "text" : "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"
    }
  ]
}