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-medicaldoctor-practitionerrole-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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "janusync-medicaldoctor-practitionerrole-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole>     ] )
  ] ; # 
  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: PractitionerRole janusync-medicaldoctor-practitionerrole-example</b></p><a name=\"janusync-medicaldoctor-practitionerrole-example\"> </a><a name=\"hcjanusync-medicaldoctor-practitionerrole-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-medicaldoctor-practitionerrole.html\">JanuSync MedicalDoctor PractitionerRole</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.410.100110.10.11100123</code>/ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969</p><p><b>organization</b>: <a href=\"Organization-janusync-organization-example.html\">Organization 파이종합병원</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">DOCTOR</span></p><p><b>specialty</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-medical-department 03}\">수면건강센터</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.410.100110.10.11100123"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969" ]
  ] ) ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/janusync-organization-example" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "doctor" ] ;
fhir:display [ fhir:v "DOCTOR" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-medical-department"^^xsd:anyURI ] ;
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "정신건강의학과" ]     ] ) ;
fhir:text [ fhir:v "수면건강센터" ]
  ] ) . #