KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
@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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "krcore-nurse-example-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner> ] )
] ; #
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: Practitioner krcore-nurse-example-01</b></p><a name=\"krcore-nurse-example-01\"> </a><a name=\"hckrcore-nurse-example-01\"> </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-krcore-practitioner.html\">KR Core Practitioner Profile</a></p></div><p><b>identifier</b>: 원내 식별자/example-nurse-id-01 (use: official, )</p><p><b>name</b>: 전진현</p><p><b>telecom</b>: ph: 05-2222-1111(Work), <a href=\"mailto:ghanho@examplehospital.com\">ghanho@examplehospital.com</a></p><p><b>address</b>: 대구광역시 동구 효동로6길 예병원(work)</p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">간호사</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
fhir:text [ fhir:v "원내 식별자" ] ] ;
fhir:system [ fhir:v "https://www.examplehospital.com/Identifier/practitioner-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "example-nurse-id-01" ]
] ) ; #
fhir:name ( [
fhir:text [ fhir:v "전진현" ] ;
fhir:family [ fhir:v "전" ] ;
( fhir:given [ fhir:v "진현" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "05-2222-1111" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ghanho@examplehospital.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "district"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "대구광역시 동구" ] ] [
fhir:url [ fhir:v "roadName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "효동로6길" ] ] [
fhir:url [ fhir:v "detailedAddress"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "-" ] ] [
fhir:url [ fhir:v "complements"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "예병원" ] ] ) ;
fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"^^xsd:anyURI ] ] ) ;
fhir:use [ fhir:v "work" ] ;
fhir:text [ fhir:v "대구광역시 동구 효동로6길 예병원" ] ;
fhir:postalCode [ fhir:v "04454" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:qualification ( [
fhir:code [
fhir:text [ fhir:v "간호사" ] ]
] ) . #