KIP Infrastructure
2.23.2 - ci-build

KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.23.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Paragraph - TTL Representation

Active as of 2022-09-28

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/CodeSystem/Paragraph> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Paragraph"] ;
  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 Paragraph</b></p><a name=\"Paragraph\"> </a><a name=\"hcParagraph\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>comment</td><td>comment</td><td>http://hl7.org/fhir/concept-properties#comment</td><td>string</td><td>A string that provides additional detail pertinent to the use or understanding of the concept</td></tr><tr><td>effectiveDate</td><td>effectiveDate</td><td>http://hl7.org/fhir/concept-properties#effectiveDate</td><td>dateTime</td><td>The date at which the concept status was last changed</td></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>A code that indicates the status of the concept. Typical values are active, experimental, deprecated, and retired</td></tr><tr><td>Inactive</td><td>inactive</td><td>http://hl7.org/fhir/concept-properties#inactive</td><td>boolean</td><td>True if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false. Note that the status property may also be used to indicate that a concept is inactive</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/Paragraph</code> defines the following codes in an undefined hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">16<a name=\"Paragraph-.16716\"> </a></td><td>16<a name=\"Paragraph-.16716\"> </a></td><td>fhir:CodeSystem.url [ fhir:value "https://kip.rkkp.dk/fhir/CodeSystem/Paragraph"] ;
  fhir:CodeSystem.version [ fhir:value "2.23.2"] ;
  fhir:CodeSystem.name [ fhir:value "Paragraph"] ;
  fhir:CodeSystem.title [ fhir:value "Paragraph"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.date [ fhir:value "2022-09-28T00:00:00+02:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://trifork.com" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "rbk@trifork.com" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Paragraph"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "53"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.property [
     fhir:index 0 ;
     fhir:CodeSystem.property.code [ fhir:value "comment" ] ;
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#comment" ] ;
     fhir:CodeSystem.property.description [ fhir:value "A string that provides additional detail pertinent to the use or understanding of the concept" ] ;
     fhir:CodeSystem.property.type [ fhir:value "string" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.property.code [ fhir:value "effectiveDate" ] ;
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#effectiveDate" ] ;
     fhir:CodeSystem.property.description [ fhir:value "The date at which the concept status was last changed" ] ;
     fhir:CodeSystem.property.type [ fhir:value "dateTime" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.property.code [ fhir:value "status" ] ;
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#status" ] ;
     fhir:CodeSystem.property.description [ fhir:value "A code that indicates the status of the concept. Typical values are active, experimental, deprecated, and retired" ] ;
     fhir:CodeSystem.property.type [ fhir:value "code" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.property.code [ fhir:value "inactive" ] ;
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#inactive" ] ;
     fhir:CodeSystem.property.description [ fhir:value "True if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false. Note that the status property may also be used to indicate that a concept is inactive" ] ;
     fhir:CodeSystem.property.type [ fhir:value "boolean" ]
  ] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "16" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "16" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "16" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "69" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "69" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "69" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "73" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "73" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "73" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "119" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Vold og lign. mod nogen i offentlig tjeneste  119" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Vold og lign. mod nogen i offentlig tjeneste  119" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "119_119_fhir:CodeSystem.concept.display [ fhir:value "Vold og lign. mod nogen i offentlig tjeneste, forsøg  119, jf.  119, jf. fhir:CodeSystem.concept.definition [ fhir:value "Vold og lign. mod nogen i offentlig tjeneste, forsøg  119, jf.  119, jf. fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "123" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Trusler, vidnetrusler 123" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Trusler, vidnetrusler 123" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "180" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Brandstiftelse, kvalificeret  180" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Brandstiftelse, kvalificeret  180" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "180_180_fhir:CodeSystem.concept.display [ fhir:value "Brandstiftelse, kvalificeret, forsøg  180, jf.  180, jf. fhir:CodeSystem.concept.definition [ fhir:value "Brandstiftelse, kvalificeret, forsøg  180, jf.  180, jf. fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "181" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Brandstiftelse, forsætlig  181" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Brandstiftelse, forsætlig  181" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "181_21" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Brandstiftelse, forsætlig, forsøg  181, jf.  21" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Brandstiftelse, forsætlig, forsøg  181, jf.  21" ]
     ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "191" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Narkotikakriminalitet  191" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Narkotikakriminalitet  191" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "191_191_fhir:CodeSystem.concept.display [ fhir:value "Narkotikakriminalitet, forsøg  191, jf.  191, jf. fhir:CodeSystem.concept.definition [ fhir:value "Narkotikakriminalitet, forsøg  191, jf.  191, jf. fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "216" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Voldtægt  216" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Voldtægt  216" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "216_21" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Voldtægt, forsøg  216, jf.  21" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Voldtægt, forsøg  216, jf.  21" ]
     ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "244" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Vold  244" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Vold  244" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "244_244_fhir:CodeSystem.concept.display [ fhir:value "Vold, forsøg  244, jf.  244, jf. fhir:CodeSystem.concept.definition [ fhir:value "Vold, forsøg  244, jf.  244, jf. fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "245" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Kvalificeret vold m/skade på legeme eller helbred  245" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Kvalificeret vold m/skade på legeme eller helbred  245" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "245_21" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Kvalificeret vold m/skade på legeme eller helbred, forsøg  245, jf.  21" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Kvalificeret vold m/skade på legeme eller helbred, forsøg  245, jf.  21" ]
     ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "246" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Kvalificeret vold m/grov skade  246" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Kvalificeret vold m/grov skade  246" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "246_246_fhir:CodeSystem.concept.display [ fhir:value "Kvalificeret vold m/grov skade, forsøg  246, jf.  246, jf. fhir:CodeSystem.concept.definition [ fhir:value "Kvalificeret vold m/grov skade, forsøg  246, jf.  246, jf. fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "276" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tyveri  276" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Tyveri  276" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "276_21" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Tyveri, forsøg  276, jf.  21" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Tyveri, forsøg  276, jf.  21" ]
     ]
  ], [
     fhir:index 13 ;
     fhir:CodeSystem.concept.code [ fhir:value "288" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Røveri 288" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Røveri 288" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "288_1" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Røveri  288, stk. 1" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Røveri  288, stk. 1" ] ;
       fhir:CodeSystem.concept.concept [
         fhir:index 0 ;
         fhir:CodeSystem.concept.code [ fhir:value "288_1_21" ] ;
         fhir:CodeSystem.concept.display [ fhir:value "Røveri, forsøg  288, stk. 1, jf.  21" ] ;
         fhir:CodeSystem.concept.definition [ fhir:value "Røveri, forsøg  288, stk. 1, jf.  21" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:CodeSystem.concept.code [ fhir:value "288_2" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Røveri, særligt farligt,  288, stk. 2" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Røveri, særligt farligt,  288, stk. 2" ] ;
       fhir:CodeSystem.concept.concept [
         fhir:index 0 ;
         fhir:CodeSystem.concept.code [ fhir:value "288_2_288_2_fhir:CodeSystem.concept.display [ fhir:value "Røveri, særligt farligt, forsøg  288, stk. 2, jf.  288, stk. 2, jf. fhir:CodeSystem.concept.definition [ fhir:value "Røveri, særligt farligt, forsøg  288, stk. 2, jf.  288, stk. 2, jf. fhir:index 14 ;
     fhir:CodeSystem.concept.code [ fhir:value "291" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Hærværk  291" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Hærværk  291" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "291_21" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Hærværk, forsøg  291, jf.  21" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Hærværk, forsøg  291, jf.  21" ]
     ]
  ], [
     fhir:index 15 ;
     fhir:CodeSystem.concept.code [ fhir:value "210-236" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Anden sædelighed  210-236 (-  210-236 (- fhir:CodeSystem.concept.definition [ fhir:value "Anden sædelighed fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Anden sædelighed, forsøg fhir:CodeSystem.concept.definition [ fhir:value "Anden sædelighed, forsøg fhir:index 16 ;
     fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Manddrab fhir:CodeSystem.concept.definition [ fhir:value "Manddrab fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Manddrab, forsøg fhir:CodeSystem.concept.definition [ fhir:value "Manddrab, forsøg fhir:index 17 ;
     fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Anden personfarlig kriminalitet  249-255" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Anden personfarlig kriminalitet  249-255" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Anden personfarlig kriminalitet, forsøg  249-255, jf.  249-255, jf. fhir:CodeSystem.concept.definition [ fhir:value "Anden personfarlig kriminalitet, forsøg  249-255, jf.  249-255, jf. fhir:index 18 ;
     fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Ulovlig tvang fhir:CodeSystem.concept.definition [ fhir:value "Ulovlig tvang fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Ulovlig tvang, forsøg fhir:CodeSystem.concept.definition [ fhir:value "Ulovlig tvang, forsøg fhir:index 19 ;
     fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Trusler  265-266" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Trusler  265-266" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Trusler, forsøg  265-266" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Trusler, forsøg  265-266" ]
     ]
  ], [
     fhir:index 20 ;
     fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Bedrageri mv. fhir:CodeSystem.concept.definition [ fhir:value "Bedrageri mv. fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "fhir:CodeSystem.concept.display [ fhir:value "Bedrageri mv., forsøg fhir:CodeSystem.concept.definition [ fhir:value "Bedrageri mv., forsøg fhir:index 21 ;
     fhir:CodeSystem.concept.code [ fhir:value "narcotics" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Lov om euforiserende stoffer" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Lov om euforiserende stoffer" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "narcotics_attempt" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Lov om euforiserende stoffer, forsøg" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Lov om euforiserende stoffer, forsøg" ]
     ]
  ], [
     fhir:index 22 ;
     fhir:CodeSystem.concept.code [ fhir:value "criminal_law_other" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Straffeloven, øvrige" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Straffeloven, øvrige" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "criminal_law_other_attempt" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Straffeloven, øvrige, forsøg" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Straffeloven, øvrige, forsøg" ]
     ]
  ], [
     fhir:index 23 ;
     fhir:CodeSystem.concept.code [ fhir:value "weapons_decree" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Våbenbekendtgørelsen" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Våbenbekendtgørelsen" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "weapons_decree_attempt" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Våbenbekendtgørelsen, forsøg" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Våbenbekendtgørelsen, forsøg" ]
     ]
  ], [
     fhir:index 24 ;
     fhir:CodeSystem.concept.code [ fhir:value "traffic_law" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Færdselsloven" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Færdselsloven" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "traffic_law_attempt" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Færdselsloven, forsøg" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Færdselsloven, forsøg" ]
     ]
  ], [
     fhir:index 25 ;
     fhir:CodeSystem.concept.code [ fhir:value "special_law" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Særloven, øvrige" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Særloven, øvrige" ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "special_law_attempt" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "Særloven, øvrige, forsøg" ] ;
       fhir:CodeSystem.concept.definition [ fhir:value "Særloven, øvrige, forsøg" ]
     ]
  ], [
     fhir:index 26 ;
     fhir:CodeSystem.concept.code [ fhir:value "pardon_petition" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Benådningsandragende" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Benådningsandragende" ]
  ], [
     fhir:index 27 ;
     fhir:CodeSystem.concept.code [ fhir:value "asylum_seeker" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Asylansøger" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Asylansøger" ]
  ] .

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

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