HL7 Czech Base and Core FHIR IG
0.4.0 - ci-build CZ

HL7 Czech Base and Core FHIR IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.4.0 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

Raw json | Download

{
  "resourceType" : "BodyStructure",
  "id" : "BodyStructure01",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/core/StructureDefinition/BodyStructure-cz"
    ]
  },
  "language" : "en",
  "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 core)</a></p></div><blockquote><p><b>R5: Included anatomic location(s) (new)</b></p><ul><li>structure: <span title=\"Codes:{http://snomed.info/sct 7874003}\">Scapular region of back</span></li><li>qualifier: <span title=\"Codes:{http://snomed.info/sct 255497008}\">RUQ - Right upper quadrant</span></li><li>laterality: <span title=\"Codes:{http://snomed.info/sct 24028007}\">Right</span></li></ul></blockquote><p><b>morphology</b>: <span title=\"Codes:{http://snomed.info/sct 3404009}\">Bite</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 ( Citizenship Card\u00a0(use:\u00a0official,\u00a0))</a></p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "structure",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "version" : "http://snomed.info/sct/11000279109",
                "code" : "7874003",
                "display" : "Scapular region of back"
              }
            ]
          }
        },
        {
          "url" : "qualifier",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "version" : "http://snomed.info/sct/11000279109",
                "code" : "255497008",
                "display" : "RUQ - Right upper quadrant"
              }
            ]
          }
        },
        {
          "url" : "laterality",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "version" : "http://snomed.info/sct/11000279109",
                "code" : "24028007",
                "display" : "Right"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure"
    }
  ],
  "morphology" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000279109",
        "code" : "3404009",
        "display" : "Bite"
      }
    ]
  },
  "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"
  }
}