DIPS Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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/HealthcareService-1> a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "HealthcareService-1"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2012-01-09T09:46:14+05:30"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://dips.no/fhir/R4/StructureDefinition/DIPSHealthcareService" ;
fhir:index 0 ;
fhir:link <http://dips.no/fhir/R4/StructureDefinition/DIPSHealthcareService>
], [
fhir:value "http://dips.no/fhir/R4/StructureDefinition/NoBasisHealthcareService" ;
fhir:index 1 ;
fhir:link <http://dips.no/fhir/R4/StructureDefinition/NoBasisHealthcareService>
] ;
fhir:Meta.tag [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://dips.no/fhir/namingsystem/healthcareservicesource" ] ;
fhir:Coding.code [ fhir:value "healthcareservice" ]
]
] ;
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 HealthcareService-1</b></p><a name=\"HealthcareService-1\"> </a><a name=\"hcHealthcareService-1\"> </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\">Last updated: 2012-01-09 09:46:14+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-DIPSHealthcareService.html\">DIPSHealthcareService</a>, <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.no.basis@2.1.2&canonical=http://dips.no/fhir/R4/StructureDefinition/NoBasisHealthcareService\">http://dips.no/fhir/R4/StructureDefinition/NoBasisHealthcareService</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.9038.51.1</code>/1001131 (use: official, ), <code>urn:oid:2.16.578.1.12.4.1.2</code>/666 (use: official, ), <code>http://dips.no/fhir/namingsystem/healthcareserviceId</code>/9010D30E72C3521AE040000A0D654D38 (use: official, )</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-aks1000174.html\">Organization: identifier = urn:oid:1.3.6.1.4.1.9038.70.1#1000174</a></p><p><b>category</b>: <span title=\"Codes:{urn:oid:1.3.6.1.4.1.9038.52.1003 100308}, {urn:oid:2.16.578.1.12.4.1.1.9040 115}\">Annet</span></p><p><b>type</b>: <span title=\"Codes:{urn:oid:1.3.6.1.4.1.9038.52.4106 263142}, {urn:oid:2.16.578.1.12.4.1.1.8663 KP}\">Pleie- og omsorgstjeneste (ikke i bruk)</span></p><p><b>name</b>: Hs-8663 Kommunale Helse- Og Sosialtjenester</p></div>"
] ;
fhir:HealthcareService.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "urn:oid:1.3.6.1.4.1.9038.51.1" ] ;
fhir:Identifier.value [ fhir:value "1001131" ]
], [
fhir:index 1 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "urn:oid:2.16.578.1.12.4.1.2" ] ;
fhir:Identifier.value [ fhir:value "666" ]
], [
fhir:index 2 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/healthcareserviceId" ] ;
fhir:Identifier.value [ fhir:value "9010D30E72C3521AE040000A0D654D38" ]
] ;
fhir:HealthcareService.active [ fhir:value "true"^^xsd:boolean] ;
fhir:HealthcareService.providedBy [
fhir:link <http://hl7.org/fhir/Organization/aks1000174> ;
fhir:Reference.reference [ fhir:value "Organization/aks1000174" ]
] ;
fhir:HealthcareService.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:oid:1.3.6.1.4.1.9038.52.1003" ] ;
fhir:Coding.code [ fhir:value "100308" ] ;
fhir:Coding.display [ fhir:value "Annet" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "urn:oid:2.16.578.1.12.4.1.1.9040" ] ;
fhir:Coding.code [ fhir:value "115" ] ;
fhir:Coding.display [ fhir:value "Øvrig virksomhet som ikke yter helsehjelp (dekker forsikringsselskap mv.)" ]
]
] ;
fhir:HealthcareService.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:oid:1.3.6.1.4.1.9038.52.4106" ] ;
fhir:Coding.code [ fhir:value "263142" ] ;
fhir:Coding.display [ fhir:value "Pleie- og omsorgstjeneste (ikke i bruk)" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "urn:oid:2.16.578.1.12.4.1.1.8663" ] ;
fhir:Coding.code [ fhir:value "KP" ] ;
fhir:Coding.display [ fhir:value "Pleie- og omsorgstjeneste (ikke i bruk)" ]
]
] ;
fhir:HealthcareService.name [ fhir:value "Hs-8663 Kommunale Helse- Og Sosialtjenester"] .
<http://hl7.org/fhir/Organization/aks1000174> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/HealthcareService-1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/HealthcareService/HealthcareService-1.ttl> .
IG © 2023+ DIPS AS. Package dips.fhir.no.core#0.1.0 based on FHIR 4.0.1. Generated 2026-09-03
Links: Table of Contents |
QA Report