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

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4
Resource TypeBodyStructure
IdBodyStructure-john-anyperson-treatment-volume.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 john-anyperson-treatment-volume

location: Structure of lobe of lung (body structure)

locationQualifier: Lower (qualifier value), Left (qualifier value)

description: Structure of lower lobe of left lung

patient: John B. Anyperson Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))


Source1

{
  "resourceType": "BodyStructure",
  "id": "john-anyperson-treatment-volume",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-volume"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "location": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "31094006",
        "display": "Structure of lobe of lung (body structure)"
      }
    ]
  },
  "locationQualifier": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "261122009",
          "display": "Lower (qualifier value)"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "7771000",
          "display": "Left (qualifier value)"
        }
      ]
    }
  ],
  "description": "Structure of lower lobe of left lung",
  "patient": {
    "reference": "Patient/cancer-patient-john-anyperson"
  }
}