KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KR Core SearchParameter Observation Component Value (Quantity) - TTL Representation

Page standards status: Trial-use

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "krcore-sp-observation-component-value-quantity"] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "KR Core Client는 적어도 **반드시(SHALL)** `number` 값 검색을 지원해야 하며, **선택적(MAY)**으로 `number`\\|`system`\\|`unit`, `number`\\|\\|`unit` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `number`, `number`\\|`system`\\|`unit`, `number`\\|\\|`unit` 값 검색을 모두 지원해야 한다." ]     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-value-quantity"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-preview"] ; # 
  fhir:name [ fhir:v "KRCoreSearchParameterObservationComponentValueQuantity"] ; # 
  fhir:derivedFrom [
fhir:v "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity>
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-06-19T10:15:19+09:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Korea"] ; # 
  fhir:description [ fhir:v "Quantity 또는 SampledData 자료형으로 표현된 세부 관찰 및 측정값"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KR" ] ;
fhir:display [ fhir:v "Korea, Republic of" ]     ] )
  ] ) ; # 
  fhir:code [ fhir:v "component-value-quantity"] ; # 
  fhir:base ( [ fhir:v "Observation"] ) ; # 
  fhir:type [ fhir:v "quantity"] ; # 
  fhir:expression [ fhir:v "Observation.component.value.ofType(Quantity) | Observation.component.value.ofType(SampledData)"] ; # 
  fhir:multipleOr [
fhir:v true ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] ; # 
  fhir:multipleAnd [
fhir:v true ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] ; # 
  fhir:comparator ( [
fhir:v "eq" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] [
fhir:v "ne" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] [
fhir:v "gt" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] [
fhir:v "ge" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] [
fhir:v "lt" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] [
fhir:v "le" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] [
fhir:v "sa" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] [
fhir:v "eb" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] [
fhir:v "ap" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"       ]     ] )
  ] ) . #