1 - ci-build

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

: core-observation-instance-full - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "core-observation-instance-full",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation core-observation-instance-full</b></p><a name=\"core-observation-instance-full\"> </a><a name=\"hccore-observation-instance-full\"> </a><a name=\"core-observation-instance-full-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 26038500}\">26038500</span></p><p><b>subject</b>: <code>core-patient-full</code></p><p><b>encounter</b>: <code>core-encounter-full</code></p><p><b>performer</b>: <code>core-practitioner-full</code></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "26038500"
      }
    ]
  },
  "subject" : {
    "reference" : "core-patient-full"
  },
  "encounter" : {
    "reference" : "core-encounter-full"
  },
  "performer" : [
    {
      "reference" : "core-practitioner-full"
    }
  ]
}