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

FHIR IG analytics

Packageca.on.oh-dhdr
Resource TypeCodeSystem
IdAdmitCategory-cs.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": "CodeSystem",
  "id": "cs-aac-admit-category",
  "url": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
  "version": "2018",
  "name": "aacAdmitCategory",
  "title": "aac-admit-category",
  "status": "active",
  "date": "2019-02-20",
  "publisher": "Canadian Institute for Health Information",
  "contact": [
    {
      "name": "Finnie Flores",
      "telecom": [
        {
          "system": "email",
          "value": "fflores@cihi.ca"
        }
      ]
    }
  ],
  "description": "The initial status of the patient at the time of admission to the reporting facility.",
  "compositional": false,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "L",
      "display": "Scheduled/elective"
    },
    {
      "code": "U",
      "display": "Urgent/emergent"
    },
    {
      "code": "N",
      "display": "Newborn"
    },
    {
      "code": "S",
      "display": "Stillborn"
    },
    {
      "code": "R",
      "display": "Cadaveric donor"
    }
  ]
}