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

FHIR IG analytics

Packagehl7.fhir.us.qicore
Resource TypeBodyStructure
IdBodyStructure-example.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

Language: en

Profile: QICore BodyStructure

identifier: http://example.org/bodystructure/identifiers/12345

active: true

morphology: Splenic mass

location: Splenic mass

description: 7 cm maximum diameter

Images

-ContentTypeUrl
*application/dicomhttp://imaging.acme.com/wado/server?requestType=WADO&wado_details

patient: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))


Source1

{
  "resourceType": "BodyStructure",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-bodystructure"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/bodystructure/identifiers",
      "value": "12345"
    }
  ],
  "active": true,
  "morphology": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "4147007",
        "display": "Mass (morphologic abnormality)"
      }
    ],
    "text": "Splenic mass"
  },
  "location": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "78961009",
        "display": "Splenic structure (body structure)"
      }
    ],
    "text": "Splenic mass"
  },
  "description": "7 cm maximum diameter",
  "image": [
    {
      "contentType": "application/dicom",
      "url": "http://imaging.acme.com/wado/server?requestType=WADO&amp;wado_details"
    }
  ],
  "patient": {
    "reference": "Patient/example"
  }
}