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

FHIR IG analytics

Packageca.healthpei.io.core
Resource TypeEncounter
IdPEI_Encounter.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",
  "meta": {
    "profile": [
      "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Encounter"
    ],
    "versionId": "1",
    "lastUpdated": "2025-07-02T18:13:43.648+00:00"
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "27989d78-c013-4637-bb7b-c84eab419c1a",
      "name": "Acute PU HH",
      "mode": "instance",
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "HU",
              "display": "Hospital unit"
            }
          ]
        }
      ],
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "wa",
            "display": "Ward"
          }
        ]
      }
    },
    {
      "resourceType": "Location",
      "id": "8f6609be-4535-4428-a786-c13f129ca43f",
      "name": "311",
      "mode": "instance",
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "ro",
            "display": "Room"
          }
        ]
      },
      "partOf": {
        "reference": "#27989d78-c013-4637-bb7b-c84eab419c1a"
      }
    },
    {
      "resourceType": "Location",
      "id": "870272bb-4a27-4d6d-aec0-8dc4ab9efb7e",
      "name": "2",
      "mode": "instance",
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "bd",
            "display": "Bed"
          }
        ]
      },
      "partOf": {
        "reference": "#8f6609be-4535-4428-a786-c13f129ca43f"
      }
    }
  ],
  "extension": [
    {
      "url": "https://smilecdr.com/fhir/ns/StructureDefinition/encounter-financial-class",
      "extension": [
        {
          "url": "code",
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0064",
            "code": "PEIHI"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "Visit Id"
          }
        ]
      },
      "system": "https://princeedwardisland.ca/fhir/NamingSystem/encounter-system-identifier",
      "value": "8770795"
    }
  ],
  "status": "unknown",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "Inpatient"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0007",
          "code": "Elective"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0018",
          "code": "Inpatient"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0069",
        "code": "Psychiatry"
      }
    ]
  },
  "subject": {
    "reference": "Patient/109773"
  },
  "period": {
    "start": "2025-05-15T09:16:00+00:00"
  },
  "hospitalization": {
    "admitSource": {
      "text": "Physician Referral"
    }
  },
  "location": [
    {
      "location": {
        "reference": "#27989d78-c013-4637-bb7b-c84eab419c1a"
      }
    },
    {
      "location": {
        "reference": "#8f6609be-4535-4428-a786-c13f129ca43f"
      }
    },
    {
      "location": {
        "reference": "#870272bb-4a27-4d6d-aec0-8dc4ab9efb7e"
      }
    }
  ]
}