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

FHIR IG analytics

Packagehl7.fhir.eu.base
Resource TypeBodyStructure
IdBodyStructure-example-body-structure-eu.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

Generated Narrative: BodyStructure example-body-structure-eu

Extension Definition for BodyStructure.includedStructure.laterality for Version 5.0: Left

morphology: Blister

location: Wrist

locationQualifier: Below

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


Source1

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