Electronic Case Reporting (eCR)
3.0.0-ballot - STU 3 Ballot United States of America flag

Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot 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

: Device - YMCA EHR Software

Page standards status: Informative

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

<http://hl7.org/fhir/Device/device-ecr-software-ymca> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "device-ecr-software-ymca"] ;
  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 device-ecr-software-ymca</b></p><a name=\"device-ecr-software-ymca\"> </a><a name=\"hcdevice-ecr-software-ymca\"> </a><p><b>identifier</b>: <code>http://example.org/software/client-ids</code>/goodhealth_id</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>type</b>: <span title=\"Codes:\">EHR</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>10.23-23423</td></tr></table><p><b>contact</b>: <a href=\"http://example.org\">http://example.org</a></p><p><b>url</b>: <a href=\"http://example.org/ymca/software/\">http://example.org/ymca/software/</a></p></div>"
  ] ;
  fhir:Device.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/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 -1 ;
     fhir:Device.version.value [ fhir:value "10.23-23423" ]
  ] ;
  fhir:Device.contact [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "url" ] ;
     fhir:ContactPoint.value [ fhir:value "http://example.org" ]
  ] ;
  fhir:Device.url [ fhir:value "http://example.org/ymca/software/"] .

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

<http://hl7.org/fhir/Device/device-ecr-software-ymca.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Device/device-ecr-software-ymca.ttl> .