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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "krcore-healthcare-organization-example-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization> ] )
] ; #
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: Organization krcore-healthcare-organization-example-01</b></p><a name=\"krcore-healthcare-organization-example-01\"> </a><a name=\"hckrcore-healthcare-organization-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-healthcare-organization.html\">KR Core Healthcare Organization Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-ns-hira-healthcare-organization-identifier.html\" title=\"건강보험심사평가원 요양기관 식별자 명명체계\">HIRA_Healthcare_Organization_Identifier</a>/11100000</p><p><b>type</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-healthcare-organization-types 01}\">상급종합병원</span></p><p><b>name</b>: 한국병원</p><p><b>telecom</b>: ph: 02-1237-4567, ph: 02-1237-4568, fax: 02-1237-4569</p><p><b>address</b>: 서울특별시 중구 서소문동 37</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/Identifier/hira-krnpi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11100000" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-healthcare-organization-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "상급종합병원" ] ] )
] ) ; #
fhir:name [ fhir:v "한국병원"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "02-1237-4567" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "02-1237-4568" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "02-1237-4569" ]
] ) ; #
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 "덕수궁길" ] ] [
fhir:url [ fhir:v "detailedAddress"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "15" ] ] [
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:text [ fhir:v "서울특별시 중구 서소문동 37" ] ;
fhir:postalCode [ fhir:v "04515" ]
] ) . #