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 Location 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/Location/SDOHCC-LocationExample> a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "SDOHCC-LocationExample"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Location" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Location>
]
] ;
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: Location SDOHCC-LocationExample</b></p><a name=\"SDOHCC-LocationExample\"> </a><a name=\"hcSDOHCC-LocationExample\"> </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-Location.html\">SDOHCC Location</a></p></div><p><b>name</b>: Family Counseling Services Deerland Clinic</p><p><b>address</b>: 245 Amble St, Deerland, IL 62223</p></div>"
] ;
fhir:Location.name [ fhir:value "Family Counseling Services Deerland Clinic"] ;
fhir:Location.address [
fhir:Address.text [ fhir:value "245 Amble St, Deerland, IL 62223" ] ;
fhir:Address.line [
fhir:value "245 Amble St," ;
fhir:index -1
] ;
fhir:Address.city [ fhir:value "Deerland" ] ;
fhir:Address.state [ fhir:value "IL" ] ;
fhir:Address.postalCode [ fhir:value "62223" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Location/SDOHCC-LocationExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Location/SDOHCC-LocationExample.ttl> .