FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | CodeSystem |
| Id | patient-type-codesystem.json |
| FHIR Version | R5 |
No resources found
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."
}
]
}