SPL Mapping FHIR Implementation Guide
0.1.0 - Build CI United States of America flag

SPL Mapping FHIR 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.1.0 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

: ExampleGDUFAFacilityInactivation - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleGDUFAFacilityInactivation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/GDUFAFacilityInactivationBundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/GDUFAFacilityInactivationBundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2024-08-11T01:01:01.111+06:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/MessageHeader/SampleGDUFAFacilityInactivationMessage"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/MessageHeader/SampleGDUFAFacilityInactivationMessage> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/Organization/SampleIdentifiedGDUFARegistrant"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/Organization/SampleIdentifiedGDUFARegistrant> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/Organization/SampleIdentifiedGDUFAFacility"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/Organization/SampleIdentifiedGDUFAFacility> )
  ] ) . # 

<http://example.org/MessageHeader/SampleGDUFAFacilityInactivationMessage> a fhir:MessageHeader ;
  fhir:id [ fhir:v "SampleGDUFAFacilityInactivationMessage"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/GDUFAFacilityInactivationMessage"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/GDUFAFacilityInactivationMessage>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_SampleGDUFAFacilityInactivationMessage\"> </a><p><b>Generated Narrative: MessageHeader</b><a name=\"SampleGDUFAFacilityInactivationMessage\"> </a><a name=\"hcSampleGDUFAFacilityInactivationMessage\"> </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\">ResourceMessageHeader &quot;SampleGDUFAFacilityInactivationMessage&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-GDUFAFacilityInactivationMessage.html\">GDUFAFacilityInactivationMessage</a></p></div><p><b>event</b>: GDUFA Facility inactivation (Details: FHIR Specific SPL Message Types code 02 = 'GDUFA Facility Inactivation', stated as 'GDUFA Facility inactivation')</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.org/\">http://example.org/</a></td></tr></table><p><b>focus</b>: </p><ul><li>See on this page: Organization/SampleIdentifiedGDUFARegistrant</li><li>See on this page: Organization/SampleIdentifiedGDUFAFacility</li></ul></div>"
  ] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-fhirMessageTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "GDUFA Facility inactivation" ]
  ] ; # 
  fhir:source [
fhir:endpoint [ fhir:v "http://example.org/"^^xsd:anyURI ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "Organization/SampleIdentifiedGDUFARegistrant" ]
  ] [
fhir:reference [ fhir:v "Organization/SampleIdentifiedGDUFAFacility" ]
  ] ) . # 

<http://example.org/Organization/SampleIdentifiedGDUFARegistrant> a fhir:Organization ;
  fhir:id [ fhir:v "SampleIdentifiedGDUFARegistrant"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/IdentifiedGDUFARegistrant"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/IdentifiedGDUFARegistrant>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_SampleIdentifiedGDUFARegistrant\"> </a><p><b>Generated Narrative: Organization</b><a name=\"SampleIdentifiedGDUFARegistrant\"> </a><a name=\"hcSampleIdentifiedGDUFARegistrant\"> </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\">ResourceOrganization &quot;SampleIdentifiedGDUFARegistrant&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IdentifiedGDUFARegistrant.html\">IdentifiedGDUFARegistrant</a></p></div><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.519.1</code>/111111111</p><p><b>type</b>: An organization that registers generic druge use facility organizations. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-codesystem-organizationTypes.html\">SPL Organization Types</a>#GDUFARegistrant)</span></p><p><b>name</b>: REGISTRANT SERVICES INC</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.519.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "111111111" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GDUFARegistrant" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "REGISTRANT SERVICES INC"] . # 

<http://example.org/Organization/SampleIdentifiedGDUFAFacility> a fhir:Organization ;
  fhir:id [ fhir:v "SampleIdentifiedGDUFAFacility"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/IdentifiedGDUFAFacility"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/IdentifiedGDUFAFacility>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_SampleIdentifiedGDUFAFacility\"> </a><p><b>Generated Narrative: Organization</b><a name=\"SampleIdentifiedGDUFAFacility\"> </a><a name=\"hcSampleIdentifiedGDUFAFacility\"> </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\">ResourceOrganization &quot;SampleIdentifiedGDUFAFacility&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IdentifiedGDUFAFacility.html\">IdentifiedGDUFAFacility</a></p></div><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.519.1</code>/222222222</p><p><b>type</b>: An organization that produces generic drug products. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-codesystem-organizationTypes.html\">SPL Organization Types</a>#GenericDrugUseFacility)</span></p><p><b>name</b>: EXAMPLE GDUFA FACILITY INC.</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.519.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "222222222" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GenericDrugUseFacility" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "EXAMPLE GDUFA FACILITY INC."] . #