FHIR Human Services Directory
1.0.0 - STU1 United States of America flag

FHIR Human Services Directory, published by HL7 Human and Social Services Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/FHIR-IG-Human-Services-Directory/ and changes regularly. See the Directory of published versions

: FoodPantryService - TTL Representation

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FoodPantryService"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-08-24T11:26:22.0314215+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"FoodPantryService\"> </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 HealthcareService &quot;FoodPantryService&quot; Updated &quot;2023-08-24 11:26:22+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hsds-HealthcareService.html\">HSDHealthcareService</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-FoodBank.html\">Organization/FoodBank</a> &quot;Redwood Food Bank&quot;</p><p><b>category</b>: Home Health <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-HealthcareServiceCategoryCS.html\">Healthcare Service Category</a>#home)</span></p><p><b>type</b>: Food <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-service-type.html\">Service type</a>#344)</span></p><p><b>location</b>: <a href=\"Location-FoodBankLocation.html\">Location/FoodBankLocation</a> &quot;Redwood Food Bank of Anytown California&quot;</p><p><b>name</b>: Food Pantry Service</p><p><b>telecom</b>: ph: (999)-914-8873(WORK)</p><p><b>program</b>: The Emergency Food Assistance Program <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HumanServiceProgramCS.html\">Human Service Program</a>#TEFAP)</span></p><p><b>characteristic</b>: Interpretation Services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HumanServiceCharacteristicCS.html\">Human Service Characteristic</a>#Interpret)</span></p><p><b>communication</b>: Spanish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#es)</span>, Russian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#ru)</span>, English (United States) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en-US)</span></p></div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/FoodBank" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "home" ] ;
fhir:display [ fhir:v "Home Health" ]     ] )
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "344" ] ;
fhir:display [ fhir:v "Food" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/FoodBankLocation" ]
  ] ) ; # 
  fhir:name [ fhir:v "Food Pantry Service"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(999)-914-8873" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:program ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceProgramCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TEFAP" ] ;
fhir:display [ fhir:v "The Emergency Food Assistance Program" ]     ] )
  ] ) ; # 
  fhir:characteristic ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceCharacteristicCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Interpret" ] ;
fhir:display [ fhir:v "Interpretation Services" ]     ] )
  ] ) ; # 
  fhir:communication ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "es" ] ;
fhir:display [ fhir:v "Spanish" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ru" ] ;
fhir:display [ fhir:v "Russian" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en-US" ] ;
fhir:display [ fhir:v "English (United States)" ]     ] )
  ] ) . #