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-encounter-imp-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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "janusync-encounter-imp-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter janusync-encounter-imp-example</b></p><a name=\"janusync-encounter-imp-example\"> </a><a name=\"hcjanusync-encounter-imp-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-encounter.html\">JanuSync Encounter</a></p></div><p><b>JanuSyncEncounterAuthoredOn</b>: 2000-01-01 12:00:00+0900</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html\">PractitionerRole DOCTOR</a></td></tr></table><p><b>period</b>: 2000-01-01 14:00:00+0900 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-janusync-organization-example.html\">Organization 파이종합병원</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncEncounterAuthoredOn"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2000-01-01T12:00:00+09:00"^^xsd:dateTime     ]
  ] ) ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]
  ] ; # 
  fhir:participant ( [
fhir:individual [
fhir:reference [ fhir:v "PractitionerRole/janusync-medicaldoctor-practitionerrole-example" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2000-01-01T14:00:00+09:00"^^xsd:dateTime ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/janusync-organization-example" ]
  ] . #