LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
Active as of 2022-11-10 |
@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:Resource.id [ fhir:value "patient-status"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/patient-status</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\">anonymous<a name=\"patient-status-anonymous\"> </a></td><td>Anonymous</td><td>Patient does not provide true identity or identification</td></tr><tr><td style=\"white-space:nowrap\">asl<a name=\"patient-status-asl\"> </a></td><td>American Sign Language</td><td>Patient communicates using American Sign Language</td></tr><tr><td style=\"white-space:nowrap\">blind<a name=\"patient-status-blind\"> </a></td><td>Blind</td><td>Patient is blind or legally blind.</td></tr><tr><td style=\"white-space:nowrap\">blood-refusal<a name=\"patient-status-blood-refusal\"> </a></td><td>Blood Refusal</td><td>Patient refuses blood products and transfusions</td></tr><tr><td style=\"white-space:nowrap\">charity<a name=\"patient-status-charity\"> </a></td><td>Charity</td><td>Patient is pro-bono or charity-care patient</td></tr><tr><td style=\"white-space:nowrap\">chronic-pain<a name=\"patient-status-chronic-pain\"> </a></td><td>Chronic Pain</td><td>Patient is under treatment for chronic pain</td></tr><tr><td style=\"white-space:nowrap\">collection<a name=\"patient-status-collection\"> </a></td><td>Collections</td><td>Patient has uncollected debt or account in collection status</td></tr><tr><td style=\"white-space:nowrap\">committed<a name=\"patient-status-committed\"> </a></td><td>Committed</td><td>Patient is committed to a mental institution</td></tr><tr><td style=\"white-space:nowrap\">confidential<a name=\"patient-status-confidential\"> </a></td><td>Confidential</td><td>Patient has special privacy concerns</td></tr><tr><td style=\"white-space:nowrap\">da-victim<a name=\"patient-status-da-victim\"> </a></td><td>Domestic Abuse Victim</td><td>Patient is a victim of domestic abuse or violence at home</td></tr><tr><td style=\"white-space:nowrap\">deactivated<a name=\"patient-status-deactivated\"> </a></td><td>Deactivated</td><td>Patient has been deactivated</td></tr><tr><td style=\"white-space:nowrap\">dismissed<a name=\"patient-status-dismissed\"> </a></td><td>Dismissed</td><td>Patient has been dismissed</td></tr><tr><td style=\"white-space:nowrap\">drug-seeking<a name=\"patient-status-drug-seeking\"> </a></td><td>Drug Seeking</td><td>Patient has exhibited drug seeking behavior</td></tr><tr><td style=\"white-space:nowrap\">esrd<a name=\"patient-status-esrd\"> </a></td><td>ESRD</td><td>Patient is in treatment for End Stage Renal Disease</td></tr><tr><td style=\"white-space:nowrap\">fraud<a name=\"patient-status-fraud\"> </a></td><td>Fraud</td><td>Patient has a history of identity theft or fraud</td></tr><tr><td style=\"white-space:nowrap\">fraud-victim<a name=\"patient-status-fraud-victim\"> </a></td><td>Fraud Victim</td><td>Patient is a victim of identity theft or fraud</td></tr><tr><td style=\"white-space:nowrap\">hearing-impaired<a name=\"patient-status-hearing-impaired\"> </a></td><td>Hearing Impaired</td><td>Patient is deaf or hearing impaired</td></tr><tr><td style=\"white-space:nowrap\">heart<a name=\"patient-status-heart\"> </a></td><td>Heart</td><td>Patient is a structural heart patient</td></tr><tr><td style=\"white-space:nowrap\">incarcerated<a name=\"patient-status-incarcerated\"> </a></td><td>Incarcerated</td><td>Patient is incarcerated in a state or federal prison</td></tr><tr><td style=\"white-space:nowrap\">no-show<a name=\"patient-status-no-show\"> </a></td><td>No Show</td><td>Patient has a history of repeatedly missing appointments</td></tr><tr><td style=\"white-space:nowrap\">non-compliant<a name=\"patient-status-non-compliant\"> </a></td><td>Non-Compliant</td><td>Patient is non-compliant</td></tr><tr><td style=\"white-space:nowrap\">sarscov2<a name=\"patient-status-sarscov2\"> </a></td><td>SARS-CoV-2</td><td>Patient is exhibiting symptomps of SARS-CoV-2</td></tr><tr><td style=\"white-space:nowrap\">service-animal<a name=\"patient-status-service-animal\"> </a></td><td>Service Animal</td><td>Patient has a service animal</td></tr><tr><td style=\"white-space:nowrap\">support-person<a name=\"patient-status-support-person\"> </a></td><td>Support Person</td><td>Patient has a support person or assistant</td></tr><tr><td style=\"white-space:nowrap\">test<a name=\"patient-status-test\"> </a></td><td>Test</td><td>Patient is a test patient used for training, system demonstration, or testing</td></tr><tr><td style=\"white-space:nowrap\">transferred<a name=\"patient-status-transferred\"> </a></td><td>Transferred</td><td>Patient has transferred to another location or pactitioner</td></tr><tr><td style=\"white-space:nowrap\">violence<a name=\"patient-status-violence\"> </a></td><td>Violence</td><td>Patient has a history of violent behavior</td></tr><tr><td style=\"white-space:nowrap\">vision-impaired<a name=\"patient-status-vision-impaired\"> </a></td><td>Vision Impaired</td><td>Patient is has low-vision or other serious vision impairment</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/patient-status"];
fhir:CodeSystem.version [ fhir:value "8.0.0"];
fhir:CodeSystem.name [ fhir:value "PatientStatusCodeSystem"];
fhir:CodeSystem.title [ fhir:value "Patient Status Codes"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2022-11-10T16:00:46+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "LinuxForHealth Team"];
fhir:CodeSystem.description [ fhir:value "Patient status code examples"];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "28"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "anonymous" ];
fhir:CodeSystem.concept.display [ fhir:value "Anonymous" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient does not provide true identity or identification" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "asl" ];
fhir:CodeSystem.concept.display [ fhir:value "American Sign Language" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient communicates using American Sign Language" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "blind" ];
fhir:CodeSystem.concept.display [ fhir:value "Blind" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is blind or legally blind." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "blood-refusal" ];
fhir:CodeSystem.concept.display [ fhir:value "Blood Refusal" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient refuses blood products and transfusions" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "charity" ];
fhir:CodeSystem.concept.display [ fhir:value "Charity" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is pro-bono or charity-care patient" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "chronic-pain" ];
fhir:CodeSystem.concept.display [ fhir:value "Chronic Pain" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is under treatment for chronic pain" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "collection" ];
fhir:CodeSystem.concept.display [ fhir:value "Collections" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has uncollected debt or account in collection status" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "committed" ];
fhir:CodeSystem.concept.display [ fhir:value "Committed" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is committed to a mental institution" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "confidential" ];
fhir:CodeSystem.concept.display [ fhir:value "Confidential" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has special privacy concerns" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "da-victim" ];
fhir:CodeSystem.concept.display [ fhir:value "Domestic Abuse Victim" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is a victim of domestic abuse or violence at home" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "deactivated" ];
fhir:CodeSystem.concept.display [ fhir:value "Deactivated" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has been deactivated" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "dismissed" ];
fhir:CodeSystem.concept.display [ fhir:value "Dismissed" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has been dismissed" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "drug-seeking" ];
fhir:CodeSystem.concept.display [ fhir:value "Drug Seeking" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has exhibited drug seeking behavior" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "esrd" ];
fhir:CodeSystem.concept.display [ fhir:value "ESRD" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is in treatment for End Stage Renal Disease" ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "fraud" ];
fhir:CodeSystem.concept.display [ fhir:value "Fraud" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has a history of identity theft or fraud" ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "fraud-victim" ];
fhir:CodeSystem.concept.display [ fhir:value "Fraud Victim" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is a victim of identity theft or fraud" ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "hearing-impaired" ];
fhir:CodeSystem.concept.display [ fhir:value "Hearing Impaired" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is deaf or hearing impaired" ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "heart" ];
fhir:CodeSystem.concept.display [ fhir:value "Heart" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is a structural heart patient" ]
], [
fhir:index 18;
fhir:CodeSystem.concept.code [ fhir:value "incarcerated" ];
fhir:CodeSystem.concept.display [ fhir:value "Incarcerated" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is incarcerated in a state or federal prison" ]
], [
fhir:index 19;
fhir:CodeSystem.concept.code [ fhir:value "no-show" ];
fhir:CodeSystem.concept.display [ fhir:value "No Show" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has a history of repeatedly missing appointments" ]
], [
fhir:index 20;
fhir:CodeSystem.concept.code [ fhir:value "non-compliant" ];
fhir:CodeSystem.concept.display [ fhir:value "Non-Compliant" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is non-compliant" ]
], [
fhir:index 21;
fhir:CodeSystem.concept.code [ fhir:value "sarscov2" ];
fhir:CodeSystem.concept.display [ fhir:value "SARS-CoV-2" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is exhibiting symptomps of SARS-CoV-2" ]
], [
fhir:index 22;
fhir:CodeSystem.concept.code [ fhir:value "service-animal" ];
fhir:CodeSystem.concept.display [ fhir:value "Service Animal" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has a service animal" ]
], [
fhir:index 23;
fhir:CodeSystem.concept.code [ fhir:value "support-person" ];
fhir:CodeSystem.concept.display [ fhir:value "Support Person" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has a support person or assistant" ]
], [
fhir:index 24;
fhir:CodeSystem.concept.code [ fhir:value "test" ];
fhir:CodeSystem.concept.display [ fhir:value "Test" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is a test patient used for training, system demonstration, or testing" ]
], [
fhir:index 25;
fhir:CodeSystem.concept.code [ fhir:value "transferred" ];
fhir:CodeSystem.concept.display [ fhir:value "Transferred" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has transferred to another location or pactitioner" ]
], [
fhir:index 26;
fhir:CodeSystem.concept.code [ fhir:value "violence" ];
fhir:CodeSystem.concept.display [ fhir:value "Violence" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient has a history of violent behavior" ]
], [
fhir:index 27;
fhir:CodeSystem.concept.code [ fhir:value "vision-impaired" ];
fhir:CodeSystem.concept.display [ fhir:value "Vision Impaired" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient is has low-vision or other serious vision impairment" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ LinuxForHealth Team. Package linuxforhealth.fhir.ig#8.0.0 based on FHIR 4.0.1. Generated 2022-11-10
Links: Table of Contents |
QA Report