0.1.0 - ci-build

TrustAITransparencyIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Input Observation: C-Reactive Protein - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "dr-input-observation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation dr-input-observation</b></p><a name=\"dr-input-observation\"> </a><a name=\"hcdr-input-observation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">C-reactive protein concentration</span></p><p><b>subject</b>: <a href=\"Patient-dr-patient.html\">Anonymous Patient Female, DoB: 1965-06-15</a></p><p><b>effective</b>: 2026-03-10 09:00:00+0000</p><p><b>performer</b>: <a href=\"Organization-dr-organization.html\">Organization Example Diagnostic Center</a></p><p><b>value</b>: 148 mg/L</p></div>"
  },
  "status" : "final",
  "code" : {
    "text" : "C-reactive protein concentration"
  },
  "subject" : {
    🔗 "reference" : "Patient/dr-patient"
  },
  "effectiveDateTime" : "2026-03-10T09:00:00Z",
  "performer" : [
    {
      🔗 "reference" : "Organization/dr-organization"
    }
  ],
  "valueQuantity" : {
    "value" : 148,
    "unit" : "mg/L"
  }
}