CardX Hypertension Management
1.0.0 - STU1 International flag

This page is part of the CardX Hypertension Management IG (v1.0.0: STU1) 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

: example-smbp-device - TTL Representation

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

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

 a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-smbp-device"] ; # 
  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 example-smbp-device</b></p><a name=\"example-smbp-device\"> </a><a name=\"hcexample-smbp-device\"> </a><a name=\"example-smbp-device-en-US\"> </a><p><b>manufacturer</b>: OMRONHEALTHCARE</p><p><b>serialNumber</b>: 20150200002A</p><p><b>modelNumber</b>: HEM-9200T</p></div>"
  ] ; # 
  fhir:manufacturer [ fhir:v "OMRONHEALTHCARE"] ; # 
  fhir:serialNumber [ fhir:v "20150200002A"] ; # 
  fhir:modelNumber [ fhir:v "HEM-9200T"] . #