HL7 Czech Base and Core Implementation Guide
0.3.0-ballot - ci-build Czechia flag

HL7 Czech Base and Core Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions

: Body structure Example - JSON Representation

Raw json | Download

{
  "resourceType" : "BodyStructure",
  "id" : "BodyStructure01",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/core/StructureDefinition/BodyStructure-cz"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure BodyStructure01</b></p><a name=\"BodyStructure01\"> </a><a name=\"hcBodyStructure01\"> </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-BodyStructure-cz.html\">Body Structure (CZ)</a></p></div><p><b>Extension Definition for BodyStructure.includedStructure.laterality for Version 5.0</b>: <span title=\"Codes:{http://snomed.info/sct 24028007}\">Right</span></p><p><b>morphology</b>: <span title=\"Codes:{http://snomed.info/sct 3404009}\">Bite</span></p><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 7874003}\">Scapular region of back</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 255497008}\">RUQ - Right upper quadrant</span></p><p><b>description</b>: Canis lupus familiaris viděl na zádech poraněného sedět Musca domestica a při útoku na ni došlo k neúmyslnému pokousání</p><p><b>patient</b>: <a href=\"Patient-Mracena.html\">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( Passport number\u00a0(use:\u00a0official,\u00a0))</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure.laterality",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "24028007",
            "display" : "Right"
          }
        ]
      }
    }
  ],
  "morphology" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "3404009",
        "display" : "Bite"
      }
    ]
  },
  "location" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "7874003",
        "display" : "Scapular region of back"
      }
    ]
  },
  "locationQualifier" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "255497008",
          "display" : "RUQ - Right upper quadrant"
        }
      ]
    }
  ],
  "description" : "Canis lupus familiaris viděl na zádech poraněného sedět Musca domestica a při útoku na ni došlo k neúmyslnému pokousání",
  "patient" : {
    🔗 "reference" : "Patient/Mracena"
  }
}