@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://dips.no/fhir/R4/CodeSystem/NoImplMeasurementMethod> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "NoImplMeasurementMethod"] ;
  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: CodeSystem NoImplMeasurementMethod</b></p><a name=\"NoImplMeasurementMethod\"> </a><a name=\"hcNoImplMeasurementMethod\"> </a><p>This  code system <code>http://dips.no/fhir/R4/CodeSystem/NoImplMeasurementMethod</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">An<a name=\"NoImplMeasurementMethod-An\"> </a></td><td>Automatisk, non-invasivt</td><td>Automatisk, non-invasivt</td></tr><tr><td style=\"white-space:nowrap\">Ai<a name=\"NoImplMeasurementMethod-Ai\"> </a></td><td>Automatisk, invasivt</td><td>Automatisk, invasivt</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://dips.no/fhir/R4/CodeSystem/NoImplMeasurementMethod"] ;
  fhir:CodeSystem.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/NoImpl-measurementmethod" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "NoImplMeasurementMethod"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-03T11:16:58+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "DIPS AS"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Lars-Andreas Nystad" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "mailto:lan@dips.no" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "NO" ] ;
       fhir:Coding.display [ fhir:value "Norway" ]
     ]
  ] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "An" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Automatisk, non-invasivt" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Automatisk, non-invasivt" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "Ai" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Automatisk, invasivt" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Automatisk, invasivt" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://dips.no/fhir/R4/CodeSystem/NoImplMeasurementMethod.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

