Tiro.health Implementation Guide
0.1.0 - ci-build

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

: PSA - JSON Representation

Raw json | Download

{
  "resourceType" : "ObservationDefinition",
  "id" : "PSA",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.tiro.health/StructureDefinition/LabMeasurement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ObservationDefinition PSA</b></p><a name=\"PSA\"> </a><a name=\"hcPSA\"> </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=\"StructureDefinition-LabMeasurement.html\">LabMeasurement</a></p></div><p><b>status</b>: Draft</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 63476009}\">Prostate-specific antigen (PSA) measurement (observable entity)</span></p><p><b>permittedUnit</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html#v3-ucum-ng.47mL\">UCUM ng/mL</a>: nanogram per milliliter, <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html#v3-ucum-g.47L\">UCUM g/L</a>: gram per liter</p></div>"
  },
  "status" : "draft",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "63476009",
        "display" : "Prostate-specific antigen (PSA) measurement (observable entity)"
      }
    ]
  },
  "permittedUnit" : [
    {
      "system" : "http://unitsofmeasure.org",
      "code" : "ng/mL",
      "display" : "nanogram per milliliter"
    },
    {
      "system" : "http://unitsofmeasure.org",
      "code" : "g/L",
      "display" : "gram per liter"
    }
  ]
}