SPL Mapping FHIR R5 Implementation Guide, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-spl/ and changes regularly. See the Directory of published versions
: FHIR Specific SPL Message Types - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "codesystem-fhirMessageTypes"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem codesystem-fhirMessageTypes</b></p><a name=\"codesystem-fhirMessageTypes\"> </a><a name=\"hccodesystem-fhirMessageTypes\"> </a><a name=\"codesystem-fhirMessageTypes-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/spl/CodeSystem/codesystem-fhirMessageTypes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"codesystem-fhirMessageTypes-01\"> </a></td><td>Establishment Inactivation</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"codesystem-fhirMessageTypes-02\"> </a></td><td>GDUFA Facility Inactivation</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "brr" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "1"^^xsd:integer ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/spl/ImplementationGuide/hl7.fhir.us.spl"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/ImplementationGuide/hl7.fhir.us.spl> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/spl/ImplementationGuide/hl7.fhir.us.spl"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/ImplementationGuide/hl7.fhir.us.spl> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-fhirMessageTypes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.1"] ; #
fhir:name [ fhir:v "FHIRSpecificSPLMessageTypes"] ; #
fhir:title [ fhir:v "FHIR Specific SPL Message Types"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-26T03:36:34+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Biomedical Research and Regulation"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Biomedical Research and Regulation" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/rcrim" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes that are unique to the FHIR organization submissions, i.e. these are not current SPL submission types."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Establishment Inactivation" ]
] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "GDUFA Facility Inactivation" ]
] ) . #