Protocols for Clinical Registry Extraction and Data Submission (CREDS) IG
1.0.0 - STU1 United States of America flag

Protocols for Clinical Registry Extraction and Data Submission (CREDS) IG, published by HL7 International / Clinical Interoperability Council. This is not an authorized publication; it is the continuous build for version 1.0.0. This version is based on the current content of https://github.com/HL7/fhir-registry-protocols-ig/ and changes regularly. See the Directory of published versions

: MessageHeader for CREDSSubmission 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:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CREDSMHExample"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"CREDSMHExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader &quot;CREDSMHExample&quot; </p></div><p><b>event</b>: <code>urn:uuid:26aa1208-589a-4978-9cb7-728cc51520aa</code></p><p><b>sender</b>: <a href=\"Organization-VeterinariansHospital.html\">Organization/VeterinariansHospital</a> &quot;Veterinarian's Hospital&quot;</p><p><b>enterer</b>: <a href=\"Practitioner-USCorePractitionerexample.html\">Practitioner/USCorePractitionerexample</a> &quot; BONE&quot;</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>CREDS Implementation #2</td><td><a href=\"https://example.org/fhir\">https://example.org/fhir</a></td></tr></table><p><b>reason</b>: Discharge <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-message-reasons-encounter.html\">Example Message Reason Codes</a>#discharge)</span></p><p><b>focus</b>: <a href=\"Patient-261989c3-688c-4941-b767-d8d4c871217c.html\">Patient/261989c3-688c-4941-b767-d8d4c871217c</a> &quot; SHAW&quot;</p></div>"
  ] ; # 
  fhir:event [ fhir:v "urn:uuid:26aa1208-589a-4978-9cb7-728cc51520aa"^^xsd:anyURI] ; # 
  fhir:sender [
fhir:reference [ fhir:v "Organization/VeterinariansHospital" ]
  ] ; # 
  fhir:enterer [
fhir:reference [ fhir:v "Practitioner/USCorePractitionerexample" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "CREDS Implementation #2" ] ;
fhir:endpoint [ fhir:v "https://example.org/fhir"^^xsd:anyURI ]
  ] ; # 
  fhir:reason [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/message-reasons-encounter"^^xsd:anyURI ] ;
fhir:code [ fhir:v "discharge" ]     ] )
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "Patient/261989c3-688c-4941-b767-d8d4c871217c" ]
  ] ) . #