@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/uv/cardx-cied/Device/ACMELead> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ACMELead"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-lead"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-lead>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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: Device ACMELead</b></p><a name=\"ACMELead\"> </a><a name=\"hcACMELead\"> </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-lead.html\">Device - Cardiovascular Implantable Electronic Device (CIED) Lead</a></p></div><p><b>manufacturer</b>: ACME Devices</p><p><b>serialNumber</b>: ACMELead</p><p><b>modelNumber</b>: LeadExample1</p><p><b>parent</b>: <a href=\"Device-uc1ACMEICD.html\">Device: manufacturer = ACME Devices; serialNumber = uc1ACMEICD; modelNumber = ICDExample1; type = MDC_IDC_ENUM_DEV_TYPE_ICD</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:manufacturer [ fhir:v "ACME Devices"] ; # 
  fhir:serialNumber [ fhir:v "ACMELead"] ; # 
  fhir:modelNumber [ fhir:v "LeadExample1"] ; # 
  fhir:parent [
     fhir:link <http://hl7.org/fhir/uv/cardx-cied/Device/uc1ACMEICD> ;
     fhir:reference [ fhir:v "Device/uc1ACMEICD" ]
  ] . # 

<http://hl7.org/fhir/uv/cardx-cied/Device/uc1ACMEICD> a fhir:uv .

# -------------------------------------------------------------------------------------

