@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "RxQueryBundleExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-special-rx-query"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:type [ fhir:v "message"] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-312"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-313"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-314"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-315"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-316"^^xsd:anyURI ] ; fhir:resource ( ) ] ) . # a fhir:MessageHeader ; fhir:id [ fhir:v "RxMessageHeaderExample02"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-rx-messageheader"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MessageHeader

Resource MessageHeader "RxMessageHeaderExample02"

Profile: 处方流转消息头结构定义

event: 检索患者相关信息请求 (Details: http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-codes code query = '检索患者相关信息请求', stated as '检索患者相关信息请求')

Sources

-Endpoint[x]Name
*http://bbb.com/pharmacy药房系统
" ] ; # fhir:event [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "query" ] ; fhir:display [ fhir:v "检索患者相关信息请求" ] ] ; # fhir:source [ fhir:endpoint [ fhir:v "http://bbb.com/pharmacy"^^xsd:anyURI ] ; fhir:name [ fhir:v "药房系统" ] ] . # a fhir:Parameters ; fhir:id [ fhir:v "RxParametersExampleInline01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-rx-parameters"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:parameter ( [ fhir:name [ fhir:v "query-string" ] ; fhir:value [ fhir:v "AllergyIntolerance?clinical-status=active" ] ] [ fhir:name [ fhir:v "patient" ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Patient/PatientExample01" ] ] ] [ fhir:name [ fhir:v "prescription" ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "MedicationRequestExample01" ] ] ] ) . # a fhir:MedicationRequest ; fhir:id [ fhir:v "RxMedicationRequestExample01"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest

Resource MedicationRequest "RxMedicationRequestExample01"

groupIdentifier: http://xxxxxx.com.cn/org-xxxx/prescription/pres123456

status: active

intent: order

Medications

-Concept
*洛匹那韦 (SNOMED CT#XXXXXX)

subject: See above (Patient/PatientExample01: 刘康)

encounter: Encounter/EncounterExample01

authoredOn: 2002-08-20 16:45:50+0800

requester: Practitioner/PractitionerExample01: 赵勇 " 赵"

note: 药品用法,备注说明等

dosageInstruction

timing: Code: 每日两次, Starting 2002-08-20 16:45:50+0800, Once, Until 2002-09-20 16:45:50+0800

route: 口服 (SNOMED CT#26643006)

doseAndRate

DispenseRequests

-Quantity
*20 盒 (Details: UCUM code 盒 = '盒')
" ] ; # fhir:groupIdentifier [ fhir:system [ fhir:v "http://xxxxxx.com.cn/org-xxxx/prescription"^^xsd:anyURI ] ; fhir:value [ fhir:v "pres123456" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ fhir:concept [ fhir:coding ( [ a sct:XXXXXX ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "XXXXXX" ] ; fhir:display [ fhir:v "洛匹那韦" ] ] ) ; fhir:text [ fhir:v "洛匹那韦" ] ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/PatientExample01" ] ; fhir:display [ fhir:v "刘康" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/EncounterExample01" ] ] ; # fhir:authoredOn [ fhir:v "2002-08-20T16:45:50+08:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ; fhir:display [ fhir:v "赵勇" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "药品用法,备注说明等" ] ] ) ; # fhir:dosageInstruction ( [ fhir:timing [ fhir:repeat [ fhir:bounds [ a fhir:Period ; fhir:start [ fhir:v "2002-08-20T16:45:50+08:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2002-09-20T16:45:50+08:00"^^xsd:dateTime ] ] ] ; fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation"^^xsd:anyURI ] ; fhir:code [ fhir:v "BID" ] ; fhir:display [ fhir:v "每日两次" ] ] ) ] ] ; fhir:route [ fhir:coding ( [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "口服" ] ] ) ] ; fhir:doseAndRate ( [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "2"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "片" ] ] ] ) ] ) ; # fhir:dispenseRequest [ fhir:quantity [ fhir:value [ fhir:v "20"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "盒" ] ] ] . # a fhir:Patient ; fhir:id [ fhir:v "PatientExample01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/core-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient

Resource Patient "PatientExample01"

Profile: 患者信息结构定义

identifier: urn:oid:2.16.840.1.113883.2.23.1.19.1/110101200301120019, urn:oid:2.16.840.1.113883.2.23.1.19.2/100000000000000

active: true

name: 刘康

telecom: ph: 13800138000(MOBILE)

gender: male

birthDate: 1955-10-25

address: 北京市东城区景山前街4号(HOME)

Contacts

-RelationshipNameTelecom
*parent (patient-contact-relationship#parent)刘勇ph: 13012345678
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7china.org.cn/fhir/StructureDefinition/ext-person-ethnicGroup"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/gb3304"^^xsd:anyURI ] ; fhir:code [ fhir:v "HA" ] ; fhir:display [ fhir:v "汉族" ] ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.23.1.19.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "110101200301120019" ] ] [ fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.23.1.19.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "100000000000000" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:text [ fhir:v "刘康" ] ; fhir:family [ fhir:v "刘" ] ; fhir:given ( [ fhir:v "康" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "13800138000" ] ; fhir:use [ fhir:v "mobile" ] ] ) ; # 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 "1955-10-25"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:text [ fhir:v "北京市东城区景山前街4号" ] ; fhir:line ( [ fhir:v "景山前街4号" ] ) ; fhir:city [ fhir:v "北京市" ] ; fhir:district [ fhir:v "东城区" ] ; fhir:state [ fhir:v "北京" ] ; fhir:postalCode [ fhir:v "100010" ] ] ) ; # fhir:contact ( [ fhir:relationship ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/patient-contact-relationship"^^xsd:anyURI ] ; fhir:code [ fhir:v "parent" ] ] ) ] ) ; fhir:name [ fhir:text [ fhir:v "刘勇" ] ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "13012345678" ] ] ) ] ) . # a fhir:Organization ; fhir:id [ fhir:v "RxPharmacyExample"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

Resource Organization "RxPharmacyExample"

name: 某某大药房

" ] ; # fhir:name [ fhir:v "某某大药房"] . # # -------------------------------------------------------------------------------------