FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | CodeSystem |
| Id | patient-type-codesystem.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/CodeSystem/patient-type |
| URL | https://fhir.synapxe.sg/CodeSystem/patient-type |
| Version | 1.0.0 |
| Status | active |
| Name | PatientTypeCodeSystem |
| Title | Patient Type Code System |
| Description | Code system to represent patient types: Inpatient stay and Outpatient visit. |
| Content | complete |
| ValueSet | |
| patient-type | Patient Type Value Set |
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "patient-type",
"url": "https://fhir.synapxe.sg/CodeSystem/patient-type",
"version": "1.0.0",
"name": "PatientTypeCodeSystem",
"title": "Patient Type Code System",
"status": "active",
"content": "complete",
"description": "Code system to represent patient types: Inpatient stay and Outpatient visit.",
"caseSensitive": true,
"compositional": false,
"valueSet": "https://fhir.synapxe.sg/ValueSet/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."
}
]
}