0.1.0 - ci-build

RuSEMD, published by HL7 FHIR Россия. 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/fhir-ru/Ru-SEMD/ and changes regularly. See the Directory of published versions

: procedure-blood-drawing - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "procedure-blood-drawing",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/semd/StructureDefinition/core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedure-blood-drawing</b></p><a name=\"procedure-blood-drawing\"> </a><a name=\"hcprocedure-blood-drawing\"> </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-core-procedure.html\">Core Procedure (Процедура)</a></p></div><p><b>identifier</b>: Placer Identifier/A11.12.009</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.643.5.1.13.13.11.1070 A11.12.009}\">Взятие крови из периферической вены</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-pli-oak.html#Patient_patient-novoseltsev\">Bundle: type = document</a></p><p><b>occurrence</b>: 2022-11-15 07:30:00+0400</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Bundle-bundle-pli-oak.html#PractitionerRole_practitionerrole-arhipova-assistant\">Bundle: type = document</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PLAC"
          }
        ]
      },
      "system" : "urn:oid:1.2.643.5.1.13.13.11.1070",
      "value" : "A11.12.009"
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.643.5.1.13.13.11.1070",
        "version" : "2.10",
        "code" : "A11.12.009",
        "display" : "Взятие крови из периферической вены"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-novoseltsev"
  },
  "occurrenceDateTime" : "2022-11-15T07:30:00+04:00",
  "performer" : [
    {
      "actor" : {
        "reference" : "PractitionerRole/practitionerrole-arhipova-assistant"
      }
    }
  ]
}