Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BSAService - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/HealthcareService/BSAService> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "BSAService"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/NationalHealthCareService" ;
       fhir:index 0 ;
       fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/NationalHealthCareService>
     ]
  ] ;
  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: HealthcareService BSAService</b></p><a name=\"BSAService\"> </a><a name=\"hcBSAService\"> </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-NationalHealthCareService.html\">Record Of all healthcare services</a></p></div><p><b>identifier</b>: <code>https://api.messaging.digital.health.nz/HealthServicesId</code>/B1011 (use: usual, )</p><p><b>active</b>: true</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 7}\">Community Health Care</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 272}\">Breast Screening</span></p><p><b>name</b>: National Breast Screening Programme</p><p><b>comment</b>: This is a public health initiative that provides breast cancer screening to eligible individuals.</p><p><b>telecom</b>: <a href=\"tel:+642110939804\">+642110939804</a>, <a href=\"mailto:servicecontact@example.com\">servicecontact@example.com</a>, 555333</p></div>"
  ] ;
  fhir:HealthcareService.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.system [ fhir:value "https://api.messaging.digital.health.nz/HealthServicesId" ] ;
     fhir:Identifier.value [ fhir:value "B1011" ]
  ] ;
  fhir:HealthcareService.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:HealthcareService.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/service-category" ] ;
       fhir:Coding.code [ fhir:value "7" ] ;
       fhir:Coding.display [ fhir:value "Community Health Care" ]
     ]
  ] ;
  fhir:HealthcareService.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/service-type" ] ;
       fhir:Coding.code [ fhir:value "272" ] ;
       fhir:Coding.display [ fhir:value "Breast Screening" ]
     ]
  ] ;
  fhir:HealthcareService.name [ fhir:value "National Breast Screening Programme"] ;
  fhir:HealthcareService.comment [ fhir:value "This is a public health initiative that provides breast cancer screening to eligible individuals."] ;
  fhir:HealthcareService.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+642110939804" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "servicecontact@example.com" ]
  ], [
     fhir:index 2 ;
     fhir:ContactPoint.system [ fhir:value "sms" ] ;
     fhir:ContactPoint.value [ fhir:value "555333" ]
  ] .

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

<http://hl7.org/fhir/HealthcareService/BSAService.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/HealthcareService/BSAService.ttl> .