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:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "krcore-nurserole-example-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner-role"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner-role> ] )
] ; #
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 krcore-nurserole-example-01</b></p><a name=\"krcore-nurserole-example-01\"> </a><a name=\"hckrcore-nurserole-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-role.html\">KR Core PractitionerRole Profile</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.3.4.5.6</code>/N45572</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-krcore-nurse-example-01.html\">Practitioner 전진현</a></p><p><b>organization</b>: <a href=\"Organization-krcore-healthcare-organization-example-01.html\">Organization 한국병원</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role nurse}\">Nurse</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.3.4.5.6"^^xsd:anyURI ] ;
fhir:value [ fhir:v "N45572" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/krcore-nurse-example-01" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/krcore-healthcare-organization-example-01" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "nurse" ] ;
fhir:display [ fhir:v "Nurse" ] ] )
] ) . #