fhir-human-services-directory
1.0.0-ballot - STU Ballot US

This page is part of the FHIR IG Human Services Directory (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: hsds-service - 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:HealthcareService;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "hsds-service"]; # 
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2017-01-01T00:00:00Z"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"hsds-service\"> </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;hsds-service&quot; Updated &quot;2017-01-01 00:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hsds-HealthcareService.html\">HSDSHealthcareService</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-hsds-organization.html\">Organization/hsds-organization</a> &quot;CHILDREN'S ADVOCACY CENTER&quot;</p><p><b>category</b>: Health Screening/Diagnostic Services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-211hsis.html\">211 Human Services Indexing System</a>#LF)</span></p><p><b>location</b>: <a href=\"Location-hsds-location.html\">Location/hsds-location</a> &quot;CHILDREN'S ADVOCACY CENTER OF SOUTHWEST MICHIGAN&quot;</p><p><b>name</b>: Child Abuse Prevention Service</p><p><b>telecom</b>: -unknown-</p><p><b>communication</b>: Spanish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#es)</span></p></div>"
  ]; # 
  fhir:HealthcareService.active [ fhir:value "true"^^xsd:boolean]; # 
  fhir:HealthcareService.providedBy [
     fhir:Reference.reference [ fhir:value "Organization/hsds-organization" ]
  ]; # 
  fhir:HealthcareService.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://211hsis.org" ];
       fhir:Coding.code [ fhir:value "LF" ];
       fhir:Coding.display [ fhir:value "Health Screening/Diagnostic Services" ]     ]
  ]; # 
  fhir:HealthcareService.location [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Location/hsds-location" ]
  ]; # 
  fhir:HealthcareService.name [ fhir:value "Child Abuse Prevention Service"]; # 
  fhir:HealthcareService.telecom [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/via-intermediary" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "Organization/hsds-organization" ]       ]     ]
  ]; # 
  fhir:HealthcareService.communication [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "es" ];
       fhir:Coding.display [ fhir:value "Spanish" ]     ]
  ]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.