{
  "resourceType": "Observation",
  "id": "norelevantfinding-example1",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: norelevantfinding-example1</p><p><b>status</b>: final</p><p><b>code</b>: Assertion <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/v3/ActCode code 'ASSERTION' = 'Assertion', given as 'Assertion'})</span></p><p><b>subject</b>: <a href=\"Patient-example0.html\">Generated Summary: id: example0; IHI = 8003608166690503, Medicare Number = 32788511952, Health Care Card Number = 307111942H; Stella Franklin ; sfranklin@amail.com.au(WORK); gender: female; birthDate: 14/10/1985</a></p><p><b>effective</b>: 28/03/2016</p><p><b>value</b>: No previous immunizations <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '401179006' = 'No previous immunizations', given as 'No previous immunizations'})</span></p></div>"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/ActCode",
        "code": "ASSERTION",
        "display": "Assertion"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example0"
  },
  "effectiveDateTime": "2016-03-28",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "401179006",
        "display": "No previous immunizations"
      }
    ]
  }
}