Health Care Surveys Reporting, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions
: Implantable Device Example - 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:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "device-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device|6.1.0> ] )
] ; #
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: Device device-example</b></p><a name=\"device-example\"> </a><a name=\"hcdevice-example\"> </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=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-implantable-device.html\">US Core Implantable Device Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Active</p><p><b>manufacturer</b>: Device Manufacturer Inc.</p><p><b>manufactureDate</b>: 2023-01-15</p><p><b>expirationDate</b>: 2028-01-15</p><p><b>lotNumber</b>: LOT123456</p><p><b>serialNumber</b>: SER987654</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>No implantable devices</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 56961003}\">Cardiac transvenous pacemaker</span></p><p><b>patient</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer [ fhir:v "Device Manufacturer Inc."] ; #
fhir:manufactureDate [ fhir:v "2023-01-15"^^xsd:date] ; #
fhir:expirationDate [ fhir:v "2028-01-15"^^xsd:date] ; #
fhir:lotNumber [ fhir:v "LOT123456"] ; #
fhir:serialNumber [ fhir:v "SER987654"] ; #
fhir:deviceName ( [
fhir:name [ fhir:v "No implantable devices" ] ;
fhir:type [ fhir:v "user-friendly-name" ]
] ) ; #
fhir:type [
( fhir:coding [
a sct:56961003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "56961003" ] ;
fhir:display [ fhir:v "Cardiac transvenous pacemaker" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] . #