SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot 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
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 -------------------------------------------------------------------
<http://hl7.org/fhir/Group/SDOHCC-GroupSDOHPatientsForPayerExample> a fhir:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "SDOHCC-GroupSDOHPatientsForPayerExample"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Group" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Group>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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><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\"/><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>: <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:Group.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Group.type [ fhir:value "person"] ;
fhir:Group.actual [ fhir:value "true"^^xsd:boolean] ;
fhir:Group.name [ fhir:value "CDE payer's SDOH condition patients"] ;
fhir:Group.characteristic [
fhir:index -1 ;
fhir:Group.characteristic.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes" ] ;
fhir:Coding.code [ fhir:value "sdoh-condition-category" ]
]
] ;
fhir:Group.characteristic.valueReference [
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory> ;
fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory" ]
] ;
fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ]
], [
fhir:index -1 ;
fhir:Group.characteristic.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes" ] ;
fhir:Coding.code [ fhir:value "payer-coverage" ]
]
] ;
fhir:Group.characteristic.valueReference [
fhir:link <http://hl7.org/fhir/Organization/SDOHCC-OrganizationPayerExample> ;
fhir:Reference.reference [ fhir:value "Organization/SDOHCC-OrganizationPayerExample" ]
] ;
fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ]
] .
<http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHCategory> a fhir:us .
<http://hl7.org/fhir/Organization/SDOHCC-OrganizationPayerExample> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Group/SDOHCC-GroupSDOHPatientsForPayerExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Group/SDOHCC-GroupSDOHPatientsForPayerExample.ttl> .