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

FHIR IG analytics

Packagehl7.fhir.eu.hdr
Resource TypeBodyStructure
IdBodyStructure-bodystructure-left-hip.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 bodystructure-left-hip

R5: Included anatomic location(s) (new)

  • structure: Hip joint structure (body structure)
  • laterality: Left (qualifier value)

patient: Fiona XXX_Swart


Source1

{
  "resourceType": "BodyStructure",
  "id": "bodystructure-left-hip",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/bodyStructure-eu-core"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "structure",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "24136001",
                "display": "Hip joint structure (body structure)"
              }
            ]
          }
        },
        {
          "url": "laterality",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "7771000",
                "display": "Left (qualifier value)"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure"
    }
  ],
  "patient": {
    "reference": "Patient/patient-swart",
    "display": "Fiona XXX_Swart"
  }
}