SDOH Clinical Care
3.0.0-ballot - STU 3 Ballot United States of America flag

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 Device Software Example

Page standards status: Informative

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Device/SDOHCC-DeviceSoftwareExample> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SDOHCC-DeviceSoftwareExample"] ;
  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: Device SDOHCC-DeviceSoftwareExample</b></p><a name=\"SDOHCC-DeviceSoftwareExample\"> </a><a name=\"hcSDOHCC-DeviceSoftwareExample\"> </a><p><b>identifier</b>: <code>http://software.org/devices/id</code>/345675</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 706689003}\">Application program software</span></p></div>"
  ] ;
  fhir:Device.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://software.org/devices/id" ] ;
     fhir:Identifier.value [ fhir:value "345675" ]
  ] ;
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:706689003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "706689003" ] ;
       fhir:Coding.display [ fhir:value "Application program software" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Device/SDOHCC-DeviceSoftwareExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Device/SDOHCC-DeviceSoftwareExample.ttl> .