JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

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

: janusync-condition-example - TTL Representation

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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "janusync-condition-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-condition"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-condition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition janusync-condition-example</b></p><a name=\"janusync-condition-example\"> </a><a name=\"hcjanusync-condition-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-janusync-condition.html\">JanuSync Condition</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>category</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types 진단}\">진단</span></p><p><b>code</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8 G47.0}\">Disorders of initiating and maintaining sleep [insomnias]</span></p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-janusync-encounter-amb-example.html\">Encounter: extension = 재진; status = finished; class = ambulatory (ActCode#AMB); period = 2000-01-01 14:00:00+0900 --&gt; (ongoing)</a></p><p><b>recordedDate</b>: 2000-01-01 14:05:00+0900</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "진단" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8"^^xsd:anyURI ] ;
fhir:code [ fhir:v "G47.0" ] ;
fhir:display [ fhir:v "Disorders of initiating and maintaining sleep [insomnias]" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/janusync-encounter-amb-example" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2000-01-01T14:05:00+09:00"^^xsd:dateTime] . #