DSTU2

This page is part of the FHIR Specification (v0.0.82: (v1.0.2: DSTU 1). 2). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Diagnosticreport-example-f202-bloodculture.json

Raw JSON ( canonical form )

Real-world patient example

{
  "resourceType": "DiagnosticReport",
  "id": "f202",

  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>name</b>: \n        <span title=\"Codes: {http://snomed.info/sct 104177005}\">Blood culture for bacteria, including anaerobic screen</span>\n      </p>\n      <p>\n        <b>status</b>: final_\n      </p>\n      <p>\n        <b>issued</b>: 11-Mar 2013 10:28\n      </p>\n      <p>\n        <b>subject</b>: Roel\n      </p>\n      <p>\n        <b>performer</b>: AUMC\n      </p>\n      <p>\n        <b>requestDetail</b>: Roel\n      </p>\n      <p>\n        <b>serviceCategory</b>: \n        <span title=\"Codes: {http://snomed.info/sct 15220000}, {http://hl7.org/fhir/v2/0074 LAB}\">Laboratory test</span>\n      </p>\n      <p>\n        <b>diagnostic[x]</b>: 11-Mar 2013 3:45\n      </p>\n      <p>\n        <b>result</b>: Results for staphylococcus analysis on Roel's blood culture\n      </p>\n      <p>\n        <b>conclusion</b>: Blood culture tested positive on staphylococcus aureus\n      </p>\n      <p>\n        <b>codedDiagnosis</b>: \n        <span title=\"Codes: {http://snomed.info/sct 428763004}\">Bacteremia due to staphylococcus</span>\n      </p>\n    </div>"

    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>contained</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory test <span>(Details : {SNOMED CT code '15220000' = '15220000', given as 'Laboratory test'}; {http://hl7.org/fhir/v2/0074 code 'LAB' = 'Laboratory)</span></p><p><b>code</b>: Blood culture for bacteria, including anaerobic screen <span>(Details : {SNOMED CT code '104177005' = '104177005', given as 'Blood culture for bacteria, including anaerobic screen'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>effective</b>: 11/03/2013 3:45:00 AM</p><p><b>issued</b>: 11/03/2013 10:28:00 AM</p><p><b>performer</b>: <a>AUMC</a></p><p><b>request</b>: id: req; Roel</p><p><b>result</b>: <a>Results for staphylococcus analysis on Roel's blood culture</a></p><p><b>conclusion</b>: Blood culture tested positive on staphylococcus aureus</p><p><b>codedDiagnosis</b>: Bacteremia due to staphylococcus <span>(Details : {SNOMED CT code '428763004' = '428763004', given as 'Bacteremia due to staphylococcus'})</span></p></div>"

  },
  "contained": [
    {
      "resourceType": "DiagnosticOrder",
      "id": "req",
      "subject": {
        "reference": "Patient/f201",
        "display": "Roel"
      },
      "orderer": {
        "reference": "Practitioner/f201",
        "display": "Dokter Bronsig"
      },
      "encounter": {
        "reference": "Encounter/f203",
        "display": "Roel's encounter on March eleventh 2013"
      }
    }
  ],
  "name": {

  "status": "final",
  "category": {
    "coding": [
      {
        "fhir_comments": [
          "   Lab test   "
        ],
        "system": "http://snomed.info/sct",
        "code": "15220000",
        "display": "Laboratory test"
      },
      {
        "system": "http://hl7.org/fhir/v2/0074",
        "code": "LAB"
      }
    ]
  },
  "code": {

    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "104177005",
        "display": "Blood culture for bacteria, including anaerobic screen"
      }
    ]
  },
  "status": "final",
  "issued": "2013-03-11T10:28:00+01:00",

  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "effectiveDateTime": "2013-03-11T03:45:00+01:00",
  "issued": "2013-03-11T10:28:00+01:00",

  "performer": {
    "reference": "Organization/f201",
    "display": "AUMC"
  },
  "requestDetail": [

  "request": [

    {
      "fhir_comments": [
        "   No identifier was available   "
      ],

      "reference": "#req"
    }
  ],
  "serviceCategory": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "15220000",
        "display": "Laboratory test"
      },
      {
        "system": "http://hl7.org/fhir/v2/0074",
        "code": "LAB"
      }
    ]
  },
  "diagnosticDateTime": "2013-03-11T03:45:00+01:00",

  "result": [
    {
      "reference": "Observation/f206",
      "display": "Results for staphylococcus analysis on Roel's blood culture"
    }
  ],
  "conclusion": "Blood culture tested positive on staphylococcus aureus",
  "codedDiagnosis": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "428763004",
          "display": "Bacteremia due to staphylococcus"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.