{
"description": "Code system to represent patient types: Inpatient stay and Outpatient visit.",
"_filename": "patient-type-codesystem.json",
"package_name": "synapxe.sgcdi",
"date": null,
"publisher": null,
"content": "complete",
"name": "PatientTypeCodeSystem",
"type": null,
"experimental": null,
"resourceType": "CodeSystem",
"title": "Patient Type Code System",
"package_version": "1.0.0",
"compositional": false,
"status": "active",
"id": "be4fa70c-98a1-45d0-abdc-330d3dc7d080",
"valueSet": "https://fhir.synapxe.sg/ValueSet/patient-type",
"kind": null,
"url": "https://fhir.synapxe.sg/CodeSystem/patient-type",
"concept": [ {
"code": "I",
"display": "Inpatient stay",
"definition": "A patient admitted for an inpatient stay."
}, {
"code": "O",
"display": "Outpatient visit",
"definition": "A patient attending an outpatient visit."
} ],
"caseSensitive": true,
"version": "1.0.0"
}