FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeBodyStructure
IdUKCore-BodyStructure-MedianCubitalVein-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate a body structure of a vein

Source1

{
  "resourceType": "BodyStructure",
  "id": "UKCore-BodyStructure-MedianCubitalVein-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "location": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "49852007",
        "display": "Structure of median cubital vein"
      }
    ],
    "text": "Forearm"
  },
  "locationQualifier": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419161000",
          "display": "Unilateral left"
        }
      ],
      "text": "Left"
    }
  ],
  "patient": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  }
}