CardX - Cardiac Implantable Electronic Devices
2.0.0 - ci-build World

CardX - Cardiac Implantable Electronic Devices, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CardX-CIED/ and changes regularly. See the Directory of published versions

: ACMEDeviceLeadAssociation

Page standards status: Informative

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/DeviceAssociation/ACMEDeviceLeadAssociation> a fhir:DeviceAssociation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ACMEDeviceLeadAssociation"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceAssociation ACMEDeviceLeadAssociation</b></p><a name=\"ACMEDeviceLeadAssociation\"> </a><a name=\"hcACMEDeviceLeadAssociation\"> </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-cied-device-association.html\">Device Association - Cardiovascular Implantable Electronic Device (CIED)</a></p></div><p><b>Association Status Extension</b>: <span title=\"Codes:{http://hl7.org/fhir/deviceassociation-status implanted}\">Implanted</span></p><p><b>device</b>: <a href=\"Device-ACMELead.html\">Device: manufacturer = ACME Devices; serialNumber = ACMELead; modelNumber = LeadExample1</a></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/deviceassociation-status implanted}\">Implanted</span></p><p><b>subject</b>: <a href=\"Patient-uc1ACMEPatient.html\">Jim ACME Doe  Male, DoB: 1958-01-01 ( http://example.org#ACME1111 (use: official, ))</a></p><p><b>period</b>: 2020-06-01 --&gt; (ongoing)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/association-status-extension"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "http://hl7.org/fhir/deviceassociation-status"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "implanted" ]
       ] )
     ]
  ] ) ; # 
  fhir:device [
     fhir:link <http://hl7.org/fhir/Device/ACMELead> ;
     fhir:reference [ fhir:v "Device/ACMELead" ]
  ] ; # 
  fhir:status [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/deviceassociation-status"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "implanted" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/Patient/uc1ACMEPatient> ;
     fhir:reference [ fhir:v "Patient/uc1ACMEPatient" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2020-06-01"^^xsd:date ]
  ] . # 

<http://hl7.org/fhir/Device/ACMELead> a fhir:Device .

<http://hl7.org/fhir/Patient/uc1ACMEPatient> a fhir:Patient .