This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) 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
@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:Endpoint;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "endpoint-ecr-salem-medical-center"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "2" ];
fhir:Meta.lastUpdated [ fhir:value "2020-10-12T23:26:52.457+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#Zv5A5rvmSL1RccrV" ]
];
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:\n </td>\n <td>\n <div title=\"id\">endpoint-ecr-salem-medical-center</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta:\n </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-03T02:06:48.000-04:00</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status:\n </td>\n <td>\n <div title=\"status\">active</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">connectionType:\n </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://terminology.hl7.org/CodeSystem/endpoint-connection-type\">http://terminology.hl7.org/CodeSystem/endpoint-connection-type</a>\n </div>\n </li>\n <li>\n <div title=\"code\">hl7-fhir-rest</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">payloadType:\n </td>\n <td>\n <div title=\"text\">Reportability Response</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address:\n </td>\n <td>\n <div title=\"address\">http://example.org/salem-medical-center/fhir</div>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Endpoint.status [ fhir:value "active"];
fhir:Endpoint.connectionType [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "hl7-fhir-rest" ]
];
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.text [ fhir:value "Reportability Response" ]
];
fhir:Endpoint.address [ fhir:value "http://example.org/salem-medical-center/fhir"].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.