{
  "resourceType": "Encounter",
  "id": "cdr.9698656164.3ebf0827-5232-4677-9599-50df7b81fff5",
  "meta": {
    "lastUpdated": "2020-06-19T22:58:33+00:00"
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "Location1",
      "identifier": [
        {
          "system": "http://fhir.healthbc.org/NamingSystem/ca-bc-phsa-vpp-cerner-location-code",
          "value": "SPH OPD"
        }
      ],
      "name": "SPH Outpatient Department"
    },
    {
      "resourceType": "Organization",
      "id": "Organization1",
      "identifier": [
        {
          "use": "official",
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-health-care-facility-id",
          "value": "SPH"
        },
        {
          "system": "http://fhir.healthbc.org/NamingSystem/ca-bc-phsa-vpp-cerner-facility-code",
          "value": "SPH"
        }
      ],
      "name": "St Paul's Hospital"
    }
  ],
  "extension": [
    {
      "url": "http://fhir.healthbc.org/StructureDefinition/ca-bc-careconnect-linked-patient-extension",
      "valueIdentifier": {
        "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-phsa-vpp-cerner-patient-medical-record-number",
        "value": "700002499"
      }
    },
    {
      "url": "http://fhir.healthbc.org/StructureDefinition/ca-bc-careconnect-service-type-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.healthbc.org/NamingSystem/ca-bc-phsa-vpp-cerner-service-type-code",
            "code": "GIM"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "encounterReasonType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://fhir.healthbc.org/NamingSystem/ca-bc-careconnect-encounter-reason-type",
                "code": "ADMReason",
                "display": "Admission reason"
              }
            ]
          }
        },
        {
          "url": "encounterReason",
          "valueCodeableConcept": {
            "text": "test"
          }
        }
      ],
      "url": "http://fhir.healthbc.org/StructureDefinition/ca-bc-careconnect-encounter-reason-extension"
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-phsa-vpp-cerner-encounter-number",
      "value": "7200000204945"
    }
  ],
  "status": "unknown",
  "class": {
    "system": "http://fhir.healthbc.org/NamingSystem/ca-bc-phsa-vpp-cerner-patient-class-code",
    "code": "R"
  },
  "subject": {
    "reference": "Patient/9698656164"
  },
  "period": {
    "start": "2020-06-15T19:24:11+00:00"
  },
  "location": [
    {
      "location": {
        "reference": "#Location1"
      }
    }
  ],
  "serviceProvider": {
    "reference": "#Organization1"
  }
}