HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OrderAzvudineTabletExample01 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OrderAzvudineTabletExample01"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"OrderAzvudineTabletExample01\"> </a><a name=\"hcOrderAzvudineTabletExample01\"> </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 MedicationRequest &quot;OrderAzvudineTabletExample01&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: 门诊 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-medicationrequest-admin-location.html\">Medication request  administration  location  codes</a>#outpatient)</span></p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-MedicationAzvudineTabletExample01.html\">Medication/MedicationAzvudineTabletExample01: 阿兹夫定片</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01: 刘康</a> &quot; 刘&quot;</p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample01.html\">Encounter/EncounterExample01</a></p><p><b>authoredOn</b>: 2024-04-01</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01: 赵勇</a> &quot; 赵&quot;</p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>新型冠状病毒感染 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-icd10.html\">ICD-10</a>#U07.100x002)</span></td></tr></table><p><b>courseOfTherapyType</b>: 短程(急性)疗法 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-medicationrequest-course-of-therapy.html\">MedicationRequest Course of Therapy Codes</a>#acute)</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstruction</b>: 空腹 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#311501008)</span>, 整片吞服 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#418693002)</span></p><p><b>patientInstruction</b>: 使用前应详细阅读说明书,注意与其他药物的相互作用、不良反应等问题。不建议在妊娠期和哺乳期使用,中重度肝、肾功能损伤患者慎用。</p><p><b>timing</b>: Code: 每日1次,疗程至多不超过14天, , before meals</p><p><b>route</b>: 口服 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#26643006)</span></p><p><b>method</b>: 吞服 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#738995006)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td><td><b>Dispenser</b></td></tr><tr><td style=\"display: none\">*</td><td>2 瓶</td><td><a href=\"Organization-HospitalDepartmentExample03.html\">Organization/HospitalDepartmentExample03: 西药药房</a> &quot;西药药房&quot;</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "门诊" ]     ] )
  ] ) ; # 
  fhir:medication [
fhir:reference [
fhir:reference [ fhir:v "Medication/MedicationAzvudineTabletExample01" ] ;
fhir:display [ fhir:v "阿兹夫定片" ]     ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/EncounterExample01" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2024-04-01"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ]
  ] ; # 
  fhir:reason ( [
fhir:concept [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U07.100x002" ] ;
fhir:display [ fhir:v "新型冠状病毒感染" ]       ] )     ]
  ] ) ; # 
  fhir:courseOfTherapyType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "acute" ] ;
fhir:display [ fhir:v "短程(急性)疗法" ]     ] )
  ] ; # 
  fhir:dosageInstruction ( [
    ( fhir:additionalInstruction [
      ( fhir:coding [
a sct:311501008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "311501008" ] ;
fhir:display [ fhir:v "空腹" ]       ] )     ] [
      ( fhir:coding [
a sct:418693002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "418693002" ] ;
fhir:display [ fhir:v "整片吞服" ]       ] )     ] ) ;
fhir:patientInstruction [ fhir:v "使用前应详细阅读说明书,注意与其他药物的相互作用、不良反应等问题。不建议在妊娠期和哺乳期使用,中重度肝、肾功能损伤患者慎用。" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Duration ;
fhir:value [ fhir:v "14"^^xsd:decimal ] ;
fhir:unit [ fhir:v "天" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]         ] ;
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
        ( fhir:when [ fhir:v "AC" ] )       ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "QD" ] ;
fhir:display [ fhir:v "QD" ]         ] ) ;
fhir:text [ fhir:v "每日1次,疗程至多不超过14天" ]       ]     ] ;
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:method [
      ( fhir:coding [
a sct:738995006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "738995006" ] ;
fhir:display [ fhir:v "吞服" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "开立值" ]         ] )       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ]     ] [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "calculated" ] ;
fhir:display [ fhir:v "计算值" ]         ] )       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "片" ]       ]     ] )
  ] ) ; # 
  fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "瓶" ]     ] ;
fhir:dispenser [
fhir:reference [ fhir:v "Organization/HospitalDepartmentExample03" ] ;
fhir:display [ fhir:v "西药药房" ]     ]
  ] . #