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

FHIR IG analytics

Packagehl7.fhir.eu.base-r5
Resource TypeBodyStructure
IdBodyStructure-example-body-structure-eu.json
FHIR VersionR5

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

Generated Narrative: BodyStructure example-body-structure-eu

morphology: Blister

IncludedStructures

-StructureLateralityQualifier
*WristLeftBelow

patient: John Doe Male, DoB: 1980-01-01


Source1

{
  "resourceType": "BodyStructure",
  "id": "example-body-structure-eu",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base-r5/StructureDefinition/bodyStructure-eu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "morphology": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "339008",
        "display": "Blister"
      }
    ]
  },
  "includedStructure": [
    {
      "structure": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "8205005",
            "display": "Wrist"
          }
        ]
      },
      "laterality": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "7771000",
            "display": "Left"
          }
        ]
      },
      "qualifier": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "351726001",
              "display": "Below"
            }
          ]
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/patient-eu-core-example"
  }
}