@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/aitransparency/Provenance/AIinputsCS-initial-history> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AIinputsCS-initial-history"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance AIinputsCS-initial-history</b></p><a name=\"AIinputsCS-initial-history\"> </a><a name=\"hcAIinputsCS-initial-history\"> </a><p>Provenance for <a href=\"CodeSystem-AIinputsCS.html\">CodeSystem Codes for AI ModelCard and Input Prompt</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2025-09-15</td></tr><tr><td>Recorded</td><td>2025-09-15 13:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type verifier}\">Verifier</span></td><td>John F. Moehrke</td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/uv/aitransparency/CodeSystem/AIinputsCS> ;
     fhir:Reference.reference [ fhir:value "CodeSystem/AIinputsCS" ]
  ] ;
  fhir:Provenance.occurredDateTime [ fhir:value "2025-09-15"^^xsd:date] ;
  fhir:Provenance.recorded [ fhir:value "2025-09-15T13:00:00.0000Z"^^xsd:dateTime] ;
  fhir:Provenance.reason [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ] ;
       fhir:Coding.code [ fhir:value "METAMGT" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Initial CodeSystem created" ]
  ] ;
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ] ;
       fhir:Coding.code [ fhir:value "CREATE" ]
     ]
  ] ;
  fhir:Provenance.agent [
     fhir:index -1 ;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
         fhir:Coding.code [ fhir:value "verifier" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:Reference.display [ fhir:value "John F. Moehrke" ]
     ]
  ] .

<http://hl7.org/fhir/uv/aitransparency/CodeSystem/AIinputsCS> a fhir:uv .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/uv/aitransparency/Provenance/AIinputsCS-initial-history.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/uv/aitransparency/Provenance/AIinputsCS-initial-history.ttl> .

# -------------------------------------------------------------------------------------

