This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) 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
@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: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] . #
IG © 2020+ HL7 International / Public Health. Package hl7.fhir.us.ecr#2.1.2 based on FHIR 4.0.1. Generated 2024-10-30
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change