PACIO Transitions of Care Implementation Guide
1.0.0-ballot - STU 1 Ballot United States of America flag

This page is part of the PACIO Transitions of Care Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Nausea and vomiting - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "BSJ-NauseaAndVomiting",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|6.1.0"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition BSJ-NauseaAndVomiting</b></p><a name=\"BSJ-NauseaAndVomiting\"> </a><a name=\"hcBSJ-NauseaAndVomiting\"> </a><a name=\"BSJ-NauseaAndVomiting-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-condition-encounter-diagnosis.html\">US Core Condition Encounter Diagnosis Profileversion: null6.1.0)</a></p></div><p><b>Condition Asserted Date</b>: 2024-04-18 16:30:00-0400</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 16932000}\">Nausea and Vomiting (disorder)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)</a></p><p><b>onset</b>: 2024-04-18 16:30:00-0400</p><p><b>recordedDate</b>: 2024-04-18 16:30:00-0400</p><p><b>note</b>: Patient pressed call button for vomiting. She reports she started feeling nauseated about ten minutes ago.</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/condition-assertedDate",
      "valueDateTime" : "2024-04-18T16:30:00-04:00"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "16932000",
        "display" : "Nausea and Vomiting (disorder)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "onsetDateTime" : "2024-04-18T16:30:00-04:00",
  "recordedDate" : "2024-04-18T16:30:00-04:00",
  "note" : [
    {
      "text" : "Patient pressed call button for vomiting. She reports she started feeling nauseated about ten minutes ago."
    }
  ]
}