臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: 相關人士 - 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:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rel-per-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore>     ] )
  ] ; # 
  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: RelatedPerson rel-per-example</b></p><a name=\"rel-per-example\"> </a><a name=\"hcrel-per-example\"> </a><a name=\"rel-per-example-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-pat-example.html\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NIECE}\">niece</span></p><p><b>name</b>: 陳簡伊(Official)</p><p><b>telecom</b>: ph: 0911595995(Mobile)</p><p><b>birthDate</b>: 1996-01-28</p><p><b>address</b>: 臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓C室</p></div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/pat-example" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NIECE" ] ;
fhir:display [ fhir:v "niece" ]     ] )
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "陳簡伊" ] ;
fhir:family [ fhir:v "Chen" ] ;
    ( fhir:given [ fhir:v "Jian Yi" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0911595995" ] ;
fhir:use [ fhir:v "mobile" ]
  ] ) ; # 
  fhir:birthDate [ fhir:v "1996-01-28"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section"^^xsd:anyURI ] ;
fhir:value [ fhir:v "三段" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "210號" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village"^^xsd:anyURI ] ;
fhir:value [ fhir:v "大有里" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood"^^xsd:anyURI ] ;
fhir:value [ fhir:v "19鄰" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane"^^xsd:anyURI ] ;
fhir:value [ fhir:v "52巷" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6弄" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2樓" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room"^^xsd:anyURI ] ;
fhir:value [ fhir:v "C室" ]     ] ) ;
fhir:text [ fhir:v "臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓C室" ] ;
    ( fhir:line [ fhir:v "承德路" ] ) ;
fhir:city [ fhir:v "臺北市" ] ;
fhir:district [ fhir:v "大同區" ] ;
fhir:postalCode [
      ( fhir:extension [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103" ]           ] )         ]       ] )     ] ;
fhir:country [ fhir:v "TW" ]
  ] ) . #