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 "hearing-sensitivity-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/hearing-sensitivity-codes</code> は次のコードたちを定義します:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Japanese (ja)</b></td></tr><tr><td style=\"white-space:nowrap\">frequency<a name=\"hearing-sensitivity-codes-frequency\"> </a></td><td>frequency</td><td>The frequency tested in the hearing test.</td><td>周波数</td></tr><tr><td style=\"white-space:nowrap\">leftEarSensitivity<a name=\"hearing-sensitivity-codes-leftEarSensitivity\"> </a></td><td>Left ear sensitivity</td><td>The sensitivity of the left ear.</td><td>左耳聴力</td></tr><tr><td style=\"white-space:nowrap\">rightEarSensitivity<a name=\"hearing-sensitivity-codes-rightEarSensitivity\"> </a></td><td>Right ear sensitivity</td><td>The sensitivity of the right ear.</td><td>右耳聴力</td></tr></table></div>" ] ; # fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/hearing-sensitivity-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.5.0"] ; # fhir:name [ fhir:v "HearingSensitivity"] ; # fhir:title [ fhir:v "Hearing Sensitivity 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 indicating the type of value of the hearing test result \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 "3"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "frequency" ] ; fhir:display [ fhir:v "frequency" ] ; fhir:definition [ fhir:v "The frequency tested in the hearing test." ] ; ( fhir:designation [ fhir:language [ fhir:v "ja" ] ; fhir:value [ fhir:v "周波数" ] ] ) ] [ fhir:code [ fhir:v "leftEarSensitivity" ] ; fhir:display [ fhir:v "Left ear sensitivity" ] ; fhir:definition [ fhir:v "The sensitivity of the left ear." ] ; ( fhir:designation [ fhir:language [ fhir:v "ja" ] ; fhir:value [ fhir:v "左耳聴力" ] ] ) ] [ fhir:code [ fhir:v "rightEarSensitivity" ] ; fhir:display [ fhir:v "Right ear sensitivity" ] ; fhir:definition [ fhir:v "The sensitivity of the right ear." ] ; ( fhir:designation [ fhir:language [ fhir:v "ja" ] ; fhir:value [ fhir:v "右耳聴力" ] ] ) ] ) . #