Paramedicine Summary Of Care CDA, published by IHE Patient Care Coordination Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.PCSc/ and changes regularly. See the Directory of published versions
: Health Status Value - TTL Representation
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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HealthStatus.Value.VS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet HealthStatus.Value.VS</b></p><a name=\"HealthStatus.Value.VS\"> </a><a name=\"hcHealthStatus.Value.VS\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/81323004\">81323004</a></td><td>Alive and well</td></tr><tr><td><a href=\"http://snomed.info/id/313386006\">313386006</a></td><td>In remission</td></tr><tr><td><a href=\"http://snomed.info/id/162467007\">162467007</a></td><td>Symptom free</td></tr><tr><td><a href=\"http://snomed.info/id/161901003\">161901003</a></td><td>Chronically ill</td></tr><tr><td><a href=\"http://snomed.info/id/271593001\">271593001</a></td><td>Severely ill</td></tr><tr><td><a href=\"http://snomed.info/id/21134002\">21134002</a></td><td>Disabled</td></tr><tr><td><a href=\"http://snomed.info/id/161045001\">161045001</a></td><td>Severely disabled</td></tr><tr><td><a href=\"http://snomed.info/id/419099009\">419099009</a></td><td>Deceased</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://profiles.ihe.net/PCC/PSCc/ValueSet/HealthStatus.Value.VS"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/PCC/PSCc/ValueSet/HealthStatus.Value.VS>
] ; #
fhir:version [ fhir:v "0.0.1-current"] ; #
fhir:name [ fhir:v "HealthStatus_Value_VS"] ; #
fhir:title [ fhir:v "Health Status Value"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-11-04T19:19:26+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "IHE Patient Care Coordination Technical Committee"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/patient_care_coordination/" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pcc@ihe.net" ] ] )
] [
fhir:name [ fhir:v "IHE Patient Care Coordination Technical Committee" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pcc@ihe.net" ] ] )
] ) ; #
fhir:description [ fhir:v "SNOMED CT Health Status codes."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
( fhir:concept [
fhir:code [ fhir:v "81323004" ] ;
fhir:display [ fhir:v "Alive and well" ] ] [
fhir:code [ fhir:v "313386006" ] ;
fhir:display [ fhir:v "In remission" ] ] [
fhir:code [ fhir:v "162467007" ] ;
fhir:display [ fhir:v "Symptom free" ] ] [
fhir:code [ fhir:v "161901003" ] ;
fhir:display [ fhir:v "Chronically ill" ] ] [
fhir:code [ fhir:v "271593001" ] ;
fhir:display [ fhir:v "Severely ill" ] ] [
fhir:code [ fhir:v "21134002" ] ;
fhir:display [ fhir:v "Disabled" ] ] [
fhir:code [ fhir:v "161045001" ] ;
fhir:display [ fhir:v "Severely disabled" ] ] [
fhir:code [ fhir:v "419099009" ] ;
fhir:display [ fhir:v "Deceased" ] ] ) ] )
] . #