This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.1: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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-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-example</b></p><a name=\"rel-example\"> </a><a name=\"hcrel-example\"> </a><a name=\"rel-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" ]
] ) . #
IG © 2022+ 衛生福利部. Package tw.gov.mohw.twcore#0.3.1 based on FHIR 4.0.1. Generated 2024-10-22
Links: Table of Contents |
QA Report
| Version History |
聯絡我們