{
  "resourceType" : "Observation",
  "id" : "f206",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Observation f206</b></p><a name=\"f206\"> </a><a name=\"hcf206\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://example.org/codes/foobar 104177}, {http://loinc.org 600-7}\">Blood culture</span></p><p><b>subject</b>: <a href=\"http://server.example.org/fhir/Patient/f201\">http://server.example.org/fhir/Patient/f201</a></p><p><b>effective</b>: 2013-03-11 10:28:00+0100</p><p><b>issued</b>: 2013-03-11 10:28:00+0100</p><p><b>performer</b>: <a href=\"http://server.example.org/fhir/Practitioner/pract\">http://server.example.org/fhir/Practitioner/pract</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 3092008}\">Staphylococcus aureus</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}\">Positive</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 104177005}\">Blood culture for bacteria, including anaerobic screen</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://example.org/codes/foobar",
      "code" : "104177",
      "display" : "Blood culture"
    },
    {
      "system" : "http://loinc.org",
      "code" : "600-7",
      "display" : "Bacteria identified in Blood by Culture"
    }]
  },
  "subject" : {
    "reference" : "http://server.example.org/fhir/Patient/f201"
  },
  "effectiveDateTime" : "2013-03-11T10:28:00+01:00",
  "issued" : "2013-03-11T10:28:00+01:00",
  "performer" : [{
    "reference" : "http://server.example.org/fhir/Practitioner/pract"
  }],
  "valueCodeableConcept" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "3092008",
      "display" : "Staphylococcus aureus"
    }]
  },
  "interpretation" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
      "code" : "POS"
    }]
  }],
  "method" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "104177005",
      "display" : "Blood culture for bacteria, including anaerobic screen"
    }]
  }
}