DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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

Observation-example-f206-staphylococcus.json

Raw JSON (canonical form)

Real-world patient - staphylococcus

{
  "resourceType": "Observation",
  "id": "f206",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "104177005",
        "display": "Blood culture for bacteria, including anaerobic screen"
      }
    ]
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "3092008",
        "display": "Staphylococcus aureus"
      }
    ]
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "POS"
      }
    ]
  },
  "issued": "2013-03-11T10:28:00+01:00",
  "status": "final",
  "reliability": "ok",
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "104177005",
        "display": "Blood culture for bacteria, including anaerobic screen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "performer": [
    {
      "reference": "Practitioner/f202",
      "display": "Luigi Maas"
    }
  ]
}

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.