HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. 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:id [ fhir:v "device-ecr-software-ymca"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2021-06-30T07:22:35.289+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#WUV2SWqz3ej775gd"^^xsd:anyURI ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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:identifier ( [
fhir:system [ fhir:v "http://acme.com/software/client-ids"^^xsd:anyURI ] ;
fhir:value [ fhir:v "goodhealth_id" ]
  ] ) ; # 
  fhir:manufacturer [ fhir:v "Acme Devices, Inc"] ; # 
  fhir:type [
fhir:text [ fhir:v "EHR" ]
  ] ; # 
  fhir:version ( [
fhir:value [ fhir:v "10.23-23423" ]
  ] ) ; # 
  fhir:contact ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://acme.com" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://acme.com/ymca/software/"^^xsd:anyURI] . #