0.1.0 - ci-build International flag

JohnMoehrkeTestVital, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testVital/ and changes regularly. See the Directory of published versions

: Cost - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ex-cost",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ex-cost</b></p><a name=\"ex-cost\"> </a><a name=\"hcex-cost\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">COST</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>effective</b>: 2004-09-24 10:32:00+0000</p><p><b>performer</b>: Clerk 4217</p><p><b>value</b>: 71(unit USD from urn:iso:std:iso:4217)<span style=\"background: LightGoldenRodYellow\"> (Details: unknown  codeUSD = 'United States dollar')</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "text" : "COST"
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "effectiveDateTime" : "2004-09-24T10:32:00Z",
  "performer" : [
    {
      "display" : "Clerk 4217"
    }
  ],
  "valueQuantity" : {
    "value" : 71,
    "system" : "urn:iso:std:iso:4217",
    "code" : "USD"
  }
}