KR Core Implementation Guide
1.0.2 - STU1 Korea, Republic of flag

This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions

: krcore-medicaldoctor-example-01 - 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "krcore-medicaldoctor-example-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"krcore-medicaldoctor-example-01\"> </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 Practitioner &quot;krcore-medicaldoctor-example-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-krcore-medical-doctor.html\">KR Core Practitioner Profile for Medical Doctor</a></p></div><p><b>name</b>: 김의사</p><p><b>telecom</b>: ph: 010-5678-9012</p><p><b>address</b>: 서울특별시 중구 태평로2가 56-1</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>id: <a href=\"NamingSystem-ns-mohw-md-license-id.html\">#</a>123456</td><td>의사 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-mohw-practitioner-qualification-types.html\">MOHW Practitioner Qualification Types</a>#의사)</span></td></tr></table></div>"
  ] ; # 
  fhir:name ( [
fhir:text [ fhir:v "김의사" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "010-5678-9012" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "district"^^xsd:anyURI ] ;
fhir:value [ fhir:v "서울특별시 중구" ]       ] [
fhir:url [ fhir:v "roadName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "세종대로18길" ]       ] [
fhir:url [ fhir:v "detailedAddress"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2" ]       ] [
fhir:url [ fhir:v "complements"^^xsd:anyURI ] ;
fhir:value [ fhir:v "태평로2가" ]       ] ) ;
fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"^^xsd:anyURI ]     ] ) ;
fhir:text [ fhir:v "서울특별시 중구 태평로2가 56-1" ] ;
fhir:postalCode [ fhir:v "04526" ]
  ] ) ; # 
  fhir:qualification ( [
    ( fhir:identifier [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/Identifier/mohw-md-license-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/mohw-practitioner-qualification-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "의사" ]       ] )     ]
  ] ) . #