MyHealthWay
0.1.1 - draft Korea, Republic of

MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions

: MyHealthWay Observation for Laboratory Result Example - TTL Representation

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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MyHealthWayObservationLaboratoryExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-laboratory"^^xsd:anyURI ;
fhir:link <https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-laboratory>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"MyHealthWayObservationLaboratoryExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;MyHealthWayObservationLaboratoryExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-observation-laboratory.html\">MyHealthWay Observation Profile for Laboratory Result</a></p></div><p><b>identifier</b>: id: observation-laboratory-result-example</p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 일반혈액검사(CBC)-[혈구세포-장비측정]_적혈구수 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-hira-edi-procedure.html\">HIRA EDI Procedure</a>#D0002030)</span></p><p><b>subject</b>: <a href=\"Patient-MyHealthWayPatientExample.html\">Patient/MyHealthWayPatientExample</a> &quot;&quot;</p><p><b>encounter</b>: <a href=\"Encounter-MyHealthWayEncounterExample.html\">Encounter/MyHealthWayEncounterExample</a></p><p><b>effective</b>: 2023-04-25</p><p><b>issued</b>: 2023. 4. 25. 오후 3:25:52</p><p><b>performer</b>: <a href=\"PractitionerRole-MyHealthWayPractitionerRoleExample.html\">PractitionerRole/MyHealthWayPractitionerRoleExample</a></p><p><b>value</b>: 4.23 10⁶/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code 10*6/uL = '10*6/uL')</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.example.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "observation-laboratory-result-example" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D0002030" ] ;
fhir:display [ fhir:v "일반혈액검사(CBC)-[혈구세포-장비측정]_적혈구수" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/MyHealthWayPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/MyHealthWayEncounterExample" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-04-25"^^xsd:date] ; # 
  fhir:issued [ fhir:v "2023-04-25T15:25:52+09:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/MyHealthWayPractitionerRoleExample" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "4.23"^^xsd:decimal ] ;
fhir:unit [ fhir:v "10⁶/uL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10*6/uL" ]
  ] . #