Sha256: f4f8d366a602f4ec88329201f083604b7c7061b282a87147df4b45dc41ef6868

Contents?: true

Size: 1.49 KB

Versions: 7

Compression:

Stored size: 1.49 KB

Contents

{
  "resourceType": "BodySite",
  "id": "tumor",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: tumor</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>identifier</b>: 12345</p><p><b>code</b>: Splenic mass <span>(Details : {SNOMED CT code '4147007' = 'Mass (morphologic abnormality)', given as 'Mass (morphologic abnormality)'})</span></p><p><b>modifier</b>: Splenic mass <span>(Details : {SNOMED CT code '78961009' = 'Splenic structure (body structure)', given as 'Splenic structure (body structure)'})</span></p><p><b>description</b>: 7 cm maximum diameter</p><p><b>image</b>: </p></div>"
  },
  "patient": {
    "reference": "Patient/example"
  },
  "identifier": [
    {
      "system": "http://goodhealth.org/bodysite/identifiers",
      "value": "12345"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "4147007",
        "display": "Mass (morphologic abnormality)"
      }
    ],
    "text": "Splenic mass"
  },
  "modifier": [
    {
      "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://10.1.2.3:1000/wado?requestType=WADO&amp;wado_details"
    }
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/json/bodysite-example-tumor.json
fhir_models-1.6.7 lib/fhir_models/examples/json/bodysite-example-tumor.json
fhir_models-1.6.6 lib/fhir_models/examples/json/bodysite-example-tumor.json
fhir_models-1.6.4 lib/fhir_models/examples/json/bodysite-example-tumor.json
fhir_models-1.6.3 examples/json/bodysite-example-tumor.json
fhir_models-1.6.2 examples/json/bodysite-example-tumor.json
fhir_models-1.6.1 examples/json/bodysite-example-tumor.json