MyHealthWay
1.0.1 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay Patient Example - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MyHealthWayPatientExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-patient"^^xsd:anyURI ;
fhir:link <https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>김영희</b> female, DoB: 1971-11-11 ( Medical record number: p03241)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">My Healthway Identifier: myhealthway-id-example</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 010-5432-9876</li><li><a href=\"mailto:patientKim@example.co.kr\">patientKim@example.co.kr</a></li><li>대구광역시 동구 효동로 112 (효목동)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-MyHealthWayOrganizationExample.html\">Organization/MyHealthWayOrganizationExample</a> &quot;한국병원&quot;</li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]       ] )     ] ;
fhir:system [ fhir:v "http://www.hangukhospital.co.kr/pid-example"^^xsd:anyURI ] ;
fhir:value [ fhir:v "p03241" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://hins.or.kr/fhir/MyHealthWay/CodeSystem/myhealthway-identifier-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MHID" ]       ] )     ] ;
fhir:system [ fhir:v "https://myhealthway.go.kr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "myhealthway-id-example" ]
  ] ) ; # 
  fhir:name ( [
fhir:text [ fhir:v "김영희" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "010-5432-9876" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "patientKim@example.co.kr" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1971-11-11"^^xsd:date] ; # 
  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 "효동로" ]       ] [
fhir:url [ fhir:v "detailedAddress"^^xsd:anyURI ] ;
fhir:value [ fhir:v "112" ]       ] [
fhir:url [ fhir:v "complements"^^xsd:anyURI ] ;
fhir:value [ fhir:v "효목동" ]       ] ) ;
fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"^^xsd:anyURI ]     ] ) ;
fhir:text [ fhir:v "대구광역시 동구 효동로 112 (효목동)" ] ;
fhir:postalCode [ fhir:v "41170" ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/MyHealthWayOrganizationExample" ]
  ] . #