HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: PractitionerExample01 - 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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PractitionerExample01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/core-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/core-practitioner> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"PractitionerExample01\"> </a><a name=\"hcPractitionerExample01\"> </a></p><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\">Resource Practitioner "PractitionerExample01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-core-practitioner.html\">卫生服务人员信息结构定义</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.528.1.1007.3.1</code>/938273695 (use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: 赵勇(OFFICIAL)</p><p><b>telecom</b>: ph: 0105568263(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1975-12-07</p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "urn:oid:2.16.528.1.1007.3.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "938273695" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "赵勇" ] ;
fhir:family [ fhir:v "赵" ] ;
( fhir:given [ fhir:v "勇" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0105568263" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:gender [
fhir:v "male" ;
( fhir:extension [
fhir:url [ fhir:v "https://hl7.org.cn/fhir/StructureDefinition/ext-person-gender"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/gb2261-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "男性" ] ] ] )
] ; #
fhir:birthDate [ fhir:v "1975-12-07"^^xsd:date] . #