SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions
: SDOHCC Group SDOH Patients For Payer Example - TTL Representation
Raw ttl | Download
@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:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SDOHCC-GroupSDOHPatientsForPayerExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Group"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Group> ] )
] ; #
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: Group SDOHCC-GroupSDOHPatientsForPayerExample</b></p><a name=\"SDOHCC-GroupSDOHPatientsForPayerExample\"> </a><a name=\"hcSDOHCC-GroupSDOHPatientsForPayerExample\"> </a><a name=\"SDOHCC-GroupSDOHPatientsForPayerExample-en-US\"> </a><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: CDE payer's SDOH condition patients</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes sdoh-condition-category}\">Current Condition Category From SDOH Category</span></p><p><b>value</b>: <a href=\"ValueSet-SDOHCC-ValueSetSDOHCategory.html\">SDOHCC ValueSet SDOH Category</a></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes payer-coverage}\">Coverage By Payer Organization</span></p><p><b>value</b>: <a href=\"Organization-SDOHCC-OrganizationPayerExample.html\">Organization CDE Payer</a></p><p><b>exclude</b>: false</p></blockquote></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type [ fhir:v "person"] ; #
fhir:actual [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "CDE payer's SDOH condition patients"] ; #
fhir:characteristic ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "sdoh-condition-category" ] ] ) ] ;
fhir:value [
a fhir:Reference ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory" ] ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "payer-coverage" ] ] ) ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/SDOHCC-OrganizationPayerExample" ] ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
] ) . #
<http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory> a fhir:us .