HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.0.0 - STU 2

This page is part of the electronic Case Reporting (eCR) (v2.0.0: STU 2 on FHIR R4) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: eCR Device Example: device-ecr-software-ymca - 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:Resource.id [ fhir:value "device-ecr-software-ymca"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-06-30T07:22:35.289+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#WUV2SWqz3ej775gd" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                <tr>\n                    <td style=\"font-weight: bold\">id: </td>\n                    <td>\n                        <div title=\"id\">device-ecr-software-ymca</div>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">meta: </td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li>\n                                <div title=\"versionId\">4</div>\n                            </li>\n                            <li>\n                                <div title=\"lastUpdated\">2019-10-03T05:07:48.000-04:00</div>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">identifier: </td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li>\n                                <div title=\"system\">\n                                    <a href=\"http://acme.com/software/client-ids\">http://acme.com/software/client-ids</a>\n                                </div>\n                            </li>\n                            <li>\n                                <div title=\"value\">goodhealth_id</div>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">manufacturer: </td>\n                    <td>\n                        <div title=\"manufacturer\">Acme Devices, Inc</div>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">type: </td>\n                    <td>\n                        <div title=\"text\">EHR</div>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">version: </td>\n                    <td>\n                        <table>\n                            <tr>\n                                <td style=\"font-weight: bold\">value: </td>\n                                <td>\n                                    <div title=\"value\">10.23-23423</div>\n                                </td>\n                            </tr>\n                        </table>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">contact: </td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li>\n                                <div title=\"system\">url</div>\n                            </li>\n                            <li>\n                                <div title=\"value\">http://acme.com</div>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">url: </td>\n                    <td>\n                        <div title=\"url\">http://acme.com/ymca/software/</div>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  ];
  fhir:Device.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://acme.com/software/client-ids" ];
     fhir:Identifier.value [ fhir:value "goodhealth_id" ]
  ];
  fhir:Device.manufacturer [ fhir:value "Acme Devices, Inc"];
  fhir:Device.type [
     fhir:CodeableConcept.text [ fhir:value "EHR" ]
  ];
  fhir:Device.version [
     fhir:index 0;
     fhir:Device.version.value [ fhir:value "10.23-23423" ]
  ];
  fhir:Device.contact [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "url" ];
     fhir:ContactPoint.value [ fhir:value "http://acme.com" ]
  ];
  fhir:Device.url [ fhir:value "http://acme.com/ymca/software/"].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.