HL7 VN

VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft Viet Nam flag

VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Vi du: Ghi nhan su dung VTYT — Catheter tinh mach - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:DeviceUseStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDeviceUseStatementVTYT"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device-use-statement"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device-use-statement>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceUseStatement ExampleDeviceUseStatementVTYT</b></p><a name=\"ExampleDeviceUseStatementVTYT\"> </a><a name=\"hcExampleDeviceUseStatementVTYT\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-device-use-statement.html\">Ghi nhận sử dụng VTYT VN Core — VN Core DeviceUseStatement Profile</a></p></div><p><b>status</b>: Completed</p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyen Van An</a></p><p><b>timing</b>: 2026-03-15 08:00:00+0700 --&gt; 2026-03-18 10:00:00+0700</p><p><b>device</b>: <a href=\"Device-ExampleDeviceVTYT.html\">Catheter tinh mach ngoai vi 22G</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}\">Acute appendicitis, other and unspecified</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Canh tay trai</span></p><p><b>note</b>: </p><blockquote><div><p>Dat catheter de truyen dich va khang sinh truoc/sau phau thuat viem ruot thua.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:subject [
fhir:l fhir:Patient/ExamplePatientNguyenVanAn ;
fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
fhir:display [ fhir:v "Nguyen Van An" ]
  ] ; # 
  fhir:timing [
a fhir:Period ;
fhir:start [ fhir:v "2026-03-15T08:00:00+07:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2026-03-18T10:00:00+07:00"^^xsd:dateTime ]
  ] ; # 
  fhir:device [
fhir:l fhir:Device/ExampleDeviceVTYT ;
fhir:reference [ fhir:v "Device/ExampleDeviceVTYT" ] ;
fhir:display [ fhir:v "Catheter tinh mach ngoai vi 22G" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/icd-10>       ] ;
fhir:code [ fhir:v "K35.8" ] ;
fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ]     ] )
  ] ) ; # 
  fhir:bodySite [
    ( fhir:coding [
a sct:368208006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "368208006" ] ;
fhir:display [ fhir:v "Left upper arm structure" ]     ] ) ;
fhir:text [ fhir:v "Canh tay trai" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Dat catheter de truyen dich va khang sinh truoc/sau phau thuat viem ruot thua." ]
  ] ) . #