{
    "resourceType": "Observation",
    "id": "ncdhc-observation-heart-rate-example",
    "meta": {
      "versionId": "1",
      "lastUpdated": "2020-02-11T14:36:03Z",
      "profile": [
        "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-heart-rate"
      ]
    },
    "text": {
      "status": "generated",
      "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ncdhc-observation-heart-rate-example</p><p><b>meta</b></p></div>"
    },
    "status": "final",
    "code": {
      "coding": [
       
        {
          "system": "http://snomed.info/sct",
          "code": "249043002"
        }
      ]
    },
    "subject": {
      "reference": "Patient/ncdhc-patient-expectant-mother-example",
      "display": "Eve Bill"
    },
    "effectiveDateTime": "2020-02-11T14:36:03Z",
    "performer": [
      {
        "reference": "Practitioner/examiner-practitioner",
        "display": "Examiner"
      },
      {
        "reference": "Organization/examiner-organization",
        "display": "Organisation"
      }
    ],
    "valueQuantity" : {
      "value" : 120,
      "unit" : "/min",
      "system" : "http://unitsofmeasure.org",
      "code" : "/min"
    }
  }