{
  "resourceType": "Observation",
  "id": "3c9d577c-5216-42fb-873c-96818b8f5e6b",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-03-12T15:54:04.126+00:00",
    "source": "#PYm1s7IOmQcC4MBf",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "5902-2",
        "display": "Prothrombin time (PT)"
      }
    ],
    "text": "Prothrombin time (PT)"
  },
  "subject": {
    "reference": "Patient/1d86bcfe-6359-4c82-add8-770fe8b14b50"
  },
  "encounter": {
    "reference": "Encounter/ba7f203d-7b71-4acb-a49b-673c5bfbe537"
  },
  "effectiveDateTime": "2020-03-17T23:34:17+00:00",
  "issued": "2020-03-17T23:34:17.901+00:00",
  "valueQuantity": {
    "value": 11.851,
    "unit": "s",
    "system": "http://unitsofmeasure.org",
    "code": "s"
  }
}