Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work Group. 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-medmorph/ and changes regularly. See the Directory of published versions

: Message Definition example used to define a cancer report message. - TTL Representation

Draft as of 2023-06-08

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:MessageDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "messagedefinition-example-contentbundle"] ; # 
  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-messagedefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-messagedefinition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>Sample MedMorph Message : Cancer Report Message</p> \n    </div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/MessageDefinition/messagedefinition-example-contentbundle"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-06-08T18:18:22+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Public Health Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/pher" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cancer-report-message" ]
  ] ; # 
  fhir:category [ fhir:v "notification"] ; # 
  fhir:focus ( [
fhir:code [ fhir:v "Bundle" ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-content-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-content-bundle>     ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ]
  ] ) . #