OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Encounter Type Code System - TTL Representation

Active as of 2023-06-23

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "encounter-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://fhir.openmrs.org/core/CodeSystem/encounter-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">discharge<a name=\"encounter-type-discharge\"> </a></td><td>Discharge</td><td>Indicates that a patient's inpatient care at the hospital is ending, and they are expected to leave soon.</td></tr><tr><td style=\"white-space:nowrap\">admission<a name=\"encounter-type-admission\"> </a></td><td>Admission</td><td>Indicates that the patient has been admitted for inpatient care, and is not expected to leave the hospital unless discharged.</td></tr><tr><td style=\"white-space:nowrap\">visitNote<a name=\"encounter-type-visitNote\"> </a></td><td>Visit Note</td><td>Encounter where a full or abbreviated examination is done, usually leading to a presumptive or confirmed diagnosis, recorded by the examining clinician.</td></tr><tr><td style=\"white-space:nowrap\">checkOut<a name=\"encounter-type-checkOut\"> </a></td><td>Check Out</td><td>The patient is explicitly leaving the hospital/clinic. (Usually no formal encounter is captured for this.)</td></tr><tr><td style=\"white-space:nowrap\">checkIn<a name=\"encounter-type-checkIn\"> </a></td><td>Check In</td><td>Indicates the patient has done the required paperwork and check-in to begin a visit to the clinic/hospital.</td></tr><tr><td style=\"white-space:nowrap\">transfer<a name=\"encounter-type-transfer\"> </a></td><td>Transfer</td><td>Indicates that a patient is being transferred into a different department within the hospital. (Transfers out of the hospital should not use this encounter type.)</td></tr><tr><td style=\"white-space:nowrap\">vitals<a name=\"encounter-type-vitals\"> </a></td><td>Vitals</td><td>For capturing vital signs</td></tr><tr><td style=\"white-space:nowrap\">attachmentUpload<a name=\"encounter-type-attachmentUpload\"> </a></td><td>Attachment Upload</td><td>Encounters used to record uploads of attachments.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.openmrs.org/core/CodeSystem/encounter-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EncounterType"] ; # 
  fhir:title [ fhir:v "Encounter Type Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-06-23T17:20:12+00:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "OpenMRS, Inc." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://openmrs.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Encounter Type Coding System"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "discharge" ] ;
fhir:display [ fhir:v "Discharge" ] ;
fhir:definition [ fhir:v "Indicates that a patient's inpatient care at the hospital is ending, and they are expected to leave soon." ]
  ] [
fhir:code [ fhir:v "admission" ] ;
fhir:display [ fhir:v "Admission" ] ;
fhir:definition [ fhir:v "Indicates that the patient has been admitted for inpatient care, and is not expected to leave the hospital unless discharged." ]
  ] [
fhir:code [ fhir:v "visitNote" ] ;
fhir:display [ fhir:v "Visit Note" ] ;
fhir:definition [ fhir:v "Encounter where a full or abbreviated examination is done, usually leading to a presumptive or confirmed diagnosis, recorded by the examining clinician." ]
  ] [
fhir:code [ fhir:v "checkOut" ] ;
fhir:display [ fhir:v "Check Out" ] ;
fhir:definition [ fhir:v "The patient is explicitly leaving the hospital/clinic. (Usually no formal encounter is captured for this.)" ]
  ] [
fhir:code [ fhir:v "checkIn" ] ;
fhir:display [ fhir:v "Check In" ] ;
fhir:definition [ fhir:v "Indicates the patient has done the required paperwork and check-in to begin a visit to the clinic/hospital." ]
  ] [
fhir:code [ fhir:v "transfer" ] ;
fhir:display [ fhir:v "Transfer" ] ;
fhir:definition [ fhir:v "Indicates that a patient is being transferred into a different department within the hospital. (Transfers out of the hospital should not use this encounter type.)" ]
  ] [
fhir:code [ fhir:v "vitals" ] ;
fhir:display [ fhir:v "Vitals" ] ;
fhir:definition [ fhir:v "For capturing vital signs" ]
  ] [
fhir:code [ fhir:v "attachmentUpload" ] ;
fhir:display [ fhir:v "Attachment Upload" ] ;
fhir:definition [ fhir:v "Encounters used to record uploads of attachments." ]
  ] ) . #