Patient-Generated Health Data (PGHD) Implementation Guide 0.5.0 - release
Publication Build: This will be filled in by the publication tooling
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 ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "snore-event-item-codes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>このcase-sensitiveコードシステム <code>http://fhir/pghd/CodeSystem/snore-event-item-codes</code> は次のコードたちを定義します:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Japanese (ja)</b></td></tr><tr><td style=\"white-space:nowrap\">snoreIntensity<a name=\"snore-event-item-codes-snoreIntensity\"> </a></td><td>Snore intensity</td><td>いびきの大きさ</td></tr><tr><td style=\"white-space:nowrap\">bodyPosture<a name=\"snore-event-item-codes-bodyPosture\"> </a></td><td>Body posture</td><td>姿勢</td></tr></table></div>" ] ; # fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/snore-event-item-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.5.0"] ; # fhir:name [ fhir:v "SnoreEventItem"] ; # fhir:title [ fhir:v "Snore Event Item Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-12-19T16:51:22+09:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "Code representing the measurement used in the snoring event \nいびきイベントで使用する測定項目を表すコード"] ; # fhir:copyright [ fhir:v "Copyright 2024+"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "snoreIntensity" ] ; fhir:display [ fhir:v "Snore intensity" ] ; ( fhir:designation [ fhir:language [ fhir:v "ja" ] ; fhir:value [ fhir:v "いびきの大きさ" ] ] ) ] [ fhir:code [ fhir:v "bodyPosture" ] ; fhir:display [ fhir:v "Body posture" ] ; ( fhir:designation [ fhir:language [ fhir:v "ja" ] ; fhir:value [ fhir:v "姿勢" ] ] ) ] ) . #