JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "janusync-organization-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-organization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization janusync-organization-example</b></p><a name=\"janusync-organization-example\"> </a><a name=\"hcjanusync-organization-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-organization.html\">JanuSync Healthcare Organization</a></p></div><p><b>JanuSyncReportType</b>: application/pdf</p><p><b>JanuSyncReportType</b>: image/jpeg</p><p><b>JanuSyncReportType</b>: image/png</p><p><b>JanuSyncBusinessNumber</b>: 123-12-12345</p><p><b>identifier</b>: <a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/NamingSystem-ns-hira-healthcare-organization-identifier.html\" title=\"건강보험심사평가원 요양기관 식별자 명명체계\">HIRA_Healthcare_Organization_Identifier</a>/11100123, <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">Uniform Resource Identifier (URI)</a>/urn:oid:1.2.410.100110.10.11100123</p><p><b>type</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-healthcare-organization-types 01}\">상급종합병원 (Tertiary General Hospital)</span></p><p><b>name</b>: 파이종합병원</p><p><b>telecom</b>: ph: 02-393-1114</p><p><b>address</b>: 서울특별시 서대문구 연대동문길 37, 1층</p></div>"
},
"extension" : [
{
"url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncReportType",
"valueCode" : "application/pdf"
},
{
"url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncReportType",
"valueCode" : "image/jpeg"
},
{
"url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncReportType",
"valueCode" : "image/png"
},
{
"url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncBusinessNumber",
"valueString" : "123-12-12345"
}
],
"identifier" : [
{
"system" : "http://www.hl7korea.or.kr/Identifier/hira-krnpi",
"value" : "11100123"
},
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:1.2.410.100110.10.11100123"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/hira-healthcare-organization-types",
"code" : "01",
"display" : "상급종합병원 (Tertiary General Hospital)"
}
]
}
],
"name" : "파이종합병원",
"telecom" : [
{
"system" : "phone",
"value" : "02-393-1114"
}
],
"address" : [
{
"text" : "서울특별시 서대문구 연대동문길 37, 1층",
"line" : [
"서울특별시 서대문구 연대동문길 37",
"1층"
],
"postalCode" : "03721"
}
]
}