PCC - mobile Paramedicine Summary of Care (mPSC)
2.0.0-draft - ci-build International flag

PCC - mobile Paramedicine Summary of Care (mPSC), published by IHE Patient Care Coordination. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.PCS/ and changes regularly. See the Directory of published versions

: Ex-LastKnownWell - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "Ex-LastKnownWell",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/Last.Known.Well"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Ex-LastKnownWell</b></p><a name=\"Ex-LastKnownWell\"> </a><a name=\"hcEx-LastKnownWell\"> </a><a name=\"Ex-LastKnownWell-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 67517-3}\">Last oral intake [Date and time]</span></p><p><b>effective</b>: 2023-08-03 14:14:45-0500</p><p><b>value</b>: 2023-08-03 12:00:00-0500</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "67517-3"
      }
    ]
  },
  "effectiveDateTime" : "2023-08-03T14:14:45-05:00",
  "valueDateTime" : "2023-08-03T12:00:00-05:00"
}