Advance Care Planning (PZP)
1.0.0 - release

This page is part of the Advance Care Planning (PZP) (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: ACP MedicalDevice Product ICD - Pat 1

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Device/ACP-MedicalDeviceProduct-ICD-Pat1> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ACP-MedicalDeviceProduct-ICD-Pat1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-MedicalDevice.Product-ICD" ;
       fhir:index -1 ;
       fhir:link <https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-MedicalDevice.Product-ICD>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device ACP-MedicalDeviceProduct-ICD-Pat1</b></p><a name=\"ACP-MedicalDeviceProduct-ICD-Pat1\"> </a><a name=\"hcACP-MedicalDeviceProduct-ICD-Pat1\"> </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-ACP-MedicalDevice.Product-ICD.html\">ACP MedicalDevice Product ICD</a></p></div><p><b>identifier</b>: Resource identifier/00e66024-84a5-44f8-84e9-f8ac339bfd5a</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 72506001}\">implanteerbare cardioverter-defibrillator</span></p></div>"
  ] ;
  fhir:Device.identifier [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "RI" ] ;
         fhir:Coding.display [ fhir:value "Resource identifier" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://acme.com/fhir/NamingSystem/resource-business-identifier" ] ;
     fhir:Identifier.value [ fhir:value "00e66024-84a5-44f8-84e9-f8ac339bfd5a" ]
  ] ;
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:72506001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "72506001" ] ;
       fhir:Coding.display [ fhir:value "implanteerbare cardioverter-defibrillator" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Device/ACP-MedicalDeviceProduct-ICD-Pat1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Device/ACP-MedicalDeviceProduct-ICD-Pat1.ttl> .