This page is part of the SDOH Clinical Care for Multiple Domains (v2.1.0: STU 2.1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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><b>Generated Narrative: Group</b><a name=\"SDOHCC-GroupSDOHPatientsForPayerExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Group "SDOHCC-GroupSDOHPatientsForPayerExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SDOHCC-Group.html\">SDOHCC Group</a></p></div><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>: Current Condition Category From SDOH Category <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html\">SDOHCC CodeSystem Temporary Codes</a>#sdoh-condition-category)</span></p><p><b>value</b>: <a href=\"http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory\">http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory</a> "SDOHCCValueSetSDOHCategory"</p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Coverage By Payer Organization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html\">SDOHCC CodeSystem Temporary Codes</a>#payer-coverage)</span></p><p><b>value</b>: <a href=\"Organization-SDOHCC-OrganizationPayerExample.html\">Organization/SDOHCC-OrganizationPayerExample</a> "CDE Payer"</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 .