FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeEncounter
IdEncounter-example-encounter-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "id": "example-encounter-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/encounter-ca-core"
    ]
  },
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/Encounter",
      "value": "ENC123456"
    }
  ],
  "status": "finished",
  "class": {
    "code": "AMB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/encounter-type",
          "code": "AMB",
          "display": "ambulatory"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example-patient-ca-core"
  },
  "period": {
    "start": "2024-03-27T09:00:00-07:00",
    "end": "2024-03-27T09:30:00-07:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/example-location-ca-core-2"
      }
    }
  ],
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/example-practitioner-ca-core"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/example-organization-ca-core"
  }
}