CH LAB-Report (R4)
1.0.0-ballot - ballot Switzerland flag

CH LAB-Report (R4), published by HL7 Switzerland. 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/hl7ch/ch-lab-report/ and changes regularly. See the Directory of published versions

: Blood CBC Sample - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "BloodCBC",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"BloodCBC\"> </a><a name=\"hcBloodCBC\"> </a></p><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\">ResourceSpecimen &quot;BloodCBC&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-lab-specimen.html\">CH LAB Specimen</a></p></div><p><b>status</b>: available</p><p><b>type</b>: Blood specimen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#119297000)</span></p></div>"
  },
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "119297000",
        "display" : "Blood specimen"
      }
    ]
  }
}