Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example ValueSet/provenance-history-record-activity (Turtle)

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Value SetProvenance History Record Activity Codes

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:ValueSet;
  fhir:Resource.id [ fhir:value "provenance-history-record-activity"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-12-14T07:12:54.019+11:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/provenance-history-record-activity" ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ]
  ];
  fhir:DomainResource.extension [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "sec" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/ValueSet/provenance-history-record-activity"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.926" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CanonicalResource.name [ fhir:value "ProvenanceHistoryRecordActivityCodes"];
  fhir:CanonicalResource.title [ fhir:value "Provenance History Record Activity Codes"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:CanonicalResource.description [ fhir:value "Codes for Provenance activities that are relevant when capturing event history for resources."];
  fhir:CanonicalResource.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/provenance-history-record-activity"];
  fhir:ValueSet.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.926" ]
  ];
  fhir:ValueSet.version [ fhir:value "5.0.0-snapshot3"];
  fhir:ValueSet.name [ fhir:value "ProvenanceHistoryRecordActivityCodes"];
  fhir:ValueSet.title [ fhir:value "Provenance History Record Activity Codes"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.experimental [ fhir:value "false"];
  fhir:ValueSet.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:ValueSet.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:ValueSet.description [ fhir:value "Codes for Provenance activities that are relevant when capturing event history for resources."];
  fhir:ValueSet.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSetComposeComponent.include [
       fhir:ConceptSetComponent.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ];
       fhir:ConceptSetComponent.concept [
         fhir:ConceptReferenceComponent.code [ fhir:value "CREATE" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Created" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "UPDATE" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Updated" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "DELETE" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Deleted" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "ABORT" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Stopped/Ended/Aborted" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "HOLD" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Held" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "RELEASE" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Released" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "CANCEL" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Cancelled" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "ACTIVATE" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Activated" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "SUSPEND" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Suspended" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "RESUME" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "COMPLETE" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Completed" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "NULLIFY" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Mark Entered-in-error" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "OBSOLETE" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Replaced" ]
       ], [
         fhir:ConceptReferenceComponent.code [ fhir:value "REACTIVATE" ];
         fhir:ConceptReferenceComponent.display [ fhir:value "Reactivated" ]
       ]
     ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.