1.5.3 - release

SHINNYHRSN - Local Development build (v1.5.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SHINNY Status Reasons - TTL Representation

Active as of 2025-07-23

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "SHINNYStatusReasons"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem SHINNYStatusReasons</b></p><a name=\"SHINNYStatusReasons\"> </a><a name=\"hcSHINNYStatusReasons\"> </a><a name=\"SHINNYStatusReasons-en-US\"> </a><p>This case-sensitive code system <code>http://shinny.org/us/ny/hrsn/CodeSystem/SHINNYStatusReasons</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">patient-withdrew-from-service<a name=\"SHINNYStatusReasons-patient-withdrew-from-service\"> </a></td><td>Patient Withdrew from Service</td></tr><tr><td style=\"white-space:nowrap\">patient-no-longer-eligible<a name=\"SHINNYStatusReasons-patient-no-longer-eligible\"> </a></td><td>Patient No Longer Eligible</td></tr><tr><td style=\"white-space:nowrap\">patient-residency-changed<a name=\"SHINNYStatusReasons-patient-residency-changed\"> </a></td><td>Patient Residency Changed</td></tr><tr><td style=\"white-space:nowrap\">patient-deceased<a name=\"SHINNYStatusReasons-patient-deceased\"> </a></td><td>Patient Deceased</td></tr><tr><td style=\"white-space:nowrap\">unable-to-accept<a name=\"SHINNYStatusReasons-unable-to-accept\"> </a></td><td>Unable to Accept</td></tr><tr><td style=\"white-space:nowrap\">unable-to-contact-member<a name=\"SHINNYStatusReasons-unable-to-contact-member\"> </a></td><td>Unable to Contact Member</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"SHINNYStatusReasons-other\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">partial<a name=\"SHINNYStatusReasons-partial\"> </a></td><td>Partially Completed</td></tr><tr><td style=\"white-space:nowrap\">full<a name=\"SHINNYStatusReasons-full\"> </a></td><td>Fully Completed</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://shinny.org/us/ny/hrsn/CodeSystem/SHINNYStatusReasons"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.5.3"] ; # 
  fhir:name [ fhir:v "SHINNYStatusReasons"] ; # 
  fhir:title [ fhir:v "SHINNY Status Reasons"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-07-23T17:01:14-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "shinny"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "shinny" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://shinny.org/us/ny/hrsn/index.html" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for status reasons."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "patient-withdrew-from-service" ] ;
fhir:display [ fhir:v "Patient Withdrew from Service" ]
  ] [
fhir:code [ fhir:v "patient-no-longer-eligible" ] ;
fhir:display [ fhir:v "Patient No Longer Eligible" ]
  ] [
fhir:code [ fhir:v "patient-residency-changed" ] ;
fhir:display [ fhir:v "Patient Residency Changed" ]
  ] [
fhir:code [ fhir:v "patient-deceased" ] ;
fhir:display [ fhir:v "Patient Deceased" ]
  ] [
fhir:code [ fhir:v "unable-to-accept" ] ;
fhir:display [ fhir:v "Unable to Accept" ]
  ] [
fhir:code [ fhir:v "unable-to-contact-member" ] ;
fhir:display [ fhir:v "Unable to Contact Member" ]
  ] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ]
  ] [
fhir:code [ fhir:v "partial" ] ;
fhir:display [ fhir:v "Partially Completed" ]
  ] [
fhir:code [ fhir:v "full" ] ;
fhir:display [ fhir:v "Fully Completed" ]
  ] ) . #