Central Cancer Registry Reporting Content IG
1.0.0 - STU 1 United States of America flag

Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions

: Healthcare Organization Endpoint - Example - 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:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-healthcare-endpoint"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2020-11-29T02:03:28.045+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-endpoint"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-endpoint>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>Healthcare Endpoint Sender and Receiver</p>  \n    </div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.healthcare.org/enpoint-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "healthcare-endpoint-id" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ]
  ] ; # 
  fhir:name [ fhir:v "HealthCareSenderAndReceiver"] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example-healthcare-org" ]
  ] ; # 
  fhir:contact ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "endpointmanager@example.healthcare.org" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2020-11-20"^^xsd:date ]
  ] ; # 
  fhir:payloadType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Bundle" ]     ] )
  ] ) ; # 
  fhir:payloadMimeType ( [ fhir:v "application/fhir+xml"] [ fhir:v "application/fhir+json"] ) ; # 
  fhir:address [ fhir:v "http://example.healthcare.org/fhir"^^xsd:anyURI] . #