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

FHIR IG analytics

Packagehl7.fhir.us.mcode
Resource TypeBodyStructure
IdBodyStructure-tumor-lobular-carcinoma-left-breast.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 tumor-lobular-carcinoma-left-breast

Related Condition Extension: Condition Malignant neoplastic disease (disorder)

identifier: BodyStructure/Tumor 1234 (use: usual, )

location: Left breast structure (body structure)

patient: Eve A. Anyperson Female, DoB: 1955-05-20 ( Medical Record Number: m456 (use: usual, ))


Source1

{
  "resourceType": "BodyStructure",
  "id": "tumor-lobular-carcinoma-left-breast",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tumor"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-related-condition",
      "valueReference": {
        "reference": "Condition/primary-cancer-condition-breast"
      }
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "BodyStructure"
          }
        ]
      },
      "system": "http://radiology.hospital.example.org",
      "value": "Tumor 1234"
    }
  ],
  "location": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80248007",
        "display": "Left breast structure (body structure)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/cancer-patient-eve-anyperson"
  }
}