Release 4

This page is part of a downloaded copy of this specification. This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU). For a full list of available versions, see the Directory of published versions

Codesystem-event-resource-types.ttl

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Code System EventResourceType

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

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

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "event-resource-types"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "vocab" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/event-resource-types"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1061" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.0.1"];
  fhir:CodeSystem.name [ fhir:value "EventResourceType"];
  fhir:CodeSystem.title [ fhir:value "EventResourceType"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2019-11-01T09:29:23+11:00"];
  fhir:CodeSystem.description [ fhir:value "A list of all the event resource types defined in this version of the FHIR specification."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/event-resource-types"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "ChargeItem" ];
     fhir:CodeSystem.display [ fhir:value "ChargeItem" ];
     fhir:CodeSystem.definition [ fhir:value "Item containing charge code(s) associated with the provision of healthcare provider products." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "ClaimResponse" ];
     fhir:CodeSystem.display [ fhir:value "ClaimResponse" ];
     fhir:CodeSystem.definition [ fhir:value "Remittance resource." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "ClinicalImpression" ];
     fhir:CodeSystem.display [ fhir:value "ClinicalImpression" ];
     fhir:CodeSystem.definition [ fhir:value "A clinical assessment performed when planning treatments and management strategies for a patient." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "Communication" ];
     fhir:CodeSystem.display [ fhir:value "Communication" ];
     fhir:CodeSystem.definition [ fhir:value "A record of information transmitted from a sender to a receiver." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "Composition" ];
     fhir:CodeSystem.display [ fhir:value "Composition" ];
     fhir:CodeSystem.definition [ fhir:value "A set of resources composed into a single coherent clinical statement with clinical attestation." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "Condition" ];
     fhir:CodeSystem.display [ fhir:value "Condition" ];
     fhir:CodeSystem.definition [ fhir:value "Detailed information about conditions, problems or diagnoses." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "Consent" ];
     fhir:CodeSystem.display [ fhir:value "Consent" ];
     fhir:CodeSystem.definition [ fhir:value "A healthcare consumer's policy choices to permits or denies recipients or roles to perform actions for specific purposes and periods of time." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "Coverage" ];
     fhir:CodeSystem.display [ fhir:value "Coverage" ];
     fhir:CodeSystem.definition [ fhir:value "Insurance or medical plan or a payment agreement." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "DeviceUseStatement" ];
     fhir:CodeSystem.display [ fhir:value "DeviceUseStatement" ];
     fhir:CodeSystem.definition [ fhir:value "Record of use of a device." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.code [ fhir:value "DiagnosticReport" ];
     fhir:CodeSystem.display [ fhir:value "DiagnosticReport" ];
     fhir:CodeSystem.definition [ fhir:value "A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.code [ fhir:value "DocumentManifest" ];
     fhir:CodeSystem.display [ fhir:value "DocumentManifest" ];
     fhir:CodeSystem.definition [ fhir:value "A list that defines a set of documents." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.code [ fhir:value "DocumentReference" ];
     fhir:CodeSystem.display [ fhir:value "DocumentReference" ];
     fhir:CodeSystem.definition [ fhir:value "A reference to a document." ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.code [ fhir:value "Encounter" ];
     fhir:CodeSystem.display [ fhir:value "Encounter" ];
     fhir:CodeSystem.definition [ fhir:value "An interaction during which services are provided to the patient." ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.code [ fhir:value "EnrollmentResponse" ];
     fhir:CodeSystem.display [ fhir:value "EnrollmentResponse" ];
     fhir:CodeSystem.definition [ fhir:value "EnrollmentResponse resource." ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.code [ fhir:value "EpisodeOfCare" ];
     fhir:CodeSystem.display [ fhir:value "EpisodeOfCare" ];
     fhir:CodeSystem.definition [ fhir:value "An association of a Patient with an Organization and  Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility." ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.code [ fhir:value "ExplanationOfBenefit" ];
     fhir:CodeSystem.display [ fhir:value "ExplanationOfBenefit" ];
     fhir:CodeSystem.definition [ fhir:value "Explanation of Benefit resource." ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.code [ fhir:value "FamilyMemberHistory" ];
     fhir:CodeSystem.display [ fhir:value "FamilyMemberHistory" ];
     fhir:CodeSystem.definition [ fhir:value "Information about patient's relatives, relevant for patient." ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.code [ fhir:value "GuidanceResponse" ];
     fhir:CodeSystem.display [ fhir:value "GuidanceResponse" ];
     fhir:CodeSystem.definition [ fhir:value "The formal response to a guidance request." ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.code [ fhir:value "ImagingStudy" ];
     fhir:CodeSystem.display [ fhir:value "ImagingStudy" ];
     fhir:CodeSystem.definition [ fhir:value "A set of images produced in single study (one or more series of references images)." ]
  ], [
     fhir:index 19;
     fhir:CodeSystem.code [ fhir:value "Immunization" ];
     fhir:CodeSystem.display [ fhir:value "Immunization" ];
     fhir:CodeSystem.definition [ fhir:value "Immunization event information." ]
  ], [
     fhir:index 20;
     fhir:CodeSystem.code [ fhir:value "MeasureReport" ];
     fhir:CodeSystem.display [ fhir:value "MeasureReport" ];
     fhir:CodeSystem.definition [ fhir:value "Results of a measure evaluation." ]
  ], [
     fhir:index 21;
     fhir:CodeSystem.code [ fhir:value "Media" ];
     fhir:CodeSystem.display [ fhir:value "Media" ];
     fhir:CodeSystem.definition [ fhir:value "A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference." ]
  ], [
     fhir:index 22;
     fhir:CodeSystem.code [ fhir:value "MedicationAdministration" ];
     fhir:CodeSystem.display [ fhir:value "MedicationAdministration" ];
     fhir:CodeSystem.definition [ fhir:value "Administration of medication to a patient." ]
  ], [
     fhir:index 23;
     fhir:CodeSystem.code [ fhir:value "MedicationDispense" ];
     fhir:CodeSystem.display [ fhir:value "MedicationDispense" ];
     fhir:CodeSystem.definition [ fhir:value "Dispensing a medication to a named patient." ]
  ], [
     fhir:index 24;
     fhir:CodeSystem.code [ fhir:value "MedicationStatement" ];
     fhir:CodeSystem.display [ fhir:value "MedicationStatement" ];
     fhir:CodeSystem.definition [ fhir:value "Record of medication being taken by a patient." ]
  ], [
     fhir:index 25;
     fhir:CodeSystem.code [ fhir:value "Observation" ];
     fhir:CodeSystem.display [ fhir:value "Observation" ];
     fhir:CodeSystem.definition [ fhir:value "Measurements and simple assertions." ]
  ], [
     fhir:index 26;
     fhir:CodeSystem.code [ fhir:value "PaymentNotice" ];
     fhir:CodeSystem.display [ fhir:value "PaymentNotice" ];
     fhir:CodeSystem.definition [ fhir:value "PaymentNotice request." ]
  ], [
     fhir:index 27;
     fhir:CodeSystem.code [ fhir:value "PaymentReconciliation" ];
     fhir:CodeSystem.display [ fhir:value "PaymentReconciliation" ];
     fhir:CodeSystem.definition [ fhir:value "PaymentReconciliation resource." ]
  ], [
     fhir:index 28;
     fhir:CodeSystem.code [ fhir:value "Procedure" ];
     fhir:CodeSystem.display [ fhir:value "Procedure" ];
     fhir:CodeSystem.definition [ fhir:value "An action that is being or was performed on a patient." ]
  ], [
     fhir:index 29;
     fhir:CodeSystem.code [ fhir:value "ProcessResponse" ];
     fhir:CodeSystem.display [ fhir:value "ProcessResponse" ];
     fhir:CodeSystem.definition [ fhir:value "ProcessResponse resource." ]
  ], [
     fhir:index 30;
     fhir:CodeSystem.code [ fhir:value "QuestionnaireResponse" ];
     fhir:CodeSystem.display [ fhir:value "QuestionnaireResponse" ];
     fhir:CodeSystem.definition [ fhir:value "A structured set of questions and their answers." ]
  ], [
     fhir:index 31;
     fhir:CodeSystem.code [ fhir:value "RiskAssessment" ];
     fhir:CodeSystem.display [ fhir:value "RiskAssessment" ];
     fhir:CodeSystem.definition [ fhir:value "Potential outcomes for a subject with likelihood." ]
  ], [
     fhir:index 32;
     fhir:CodeSystem.code [ fhir:value "SupplyDelivery" ];
     fhir:CodeSystem.display [ fhir:value "SupplyDelivery" ];
     fhir:CodeSystem.definition [ fhir:value "Delivery of bulk Supplies." ]
  ], [
     fhir:index 33;
     fhir:CodeSystem.code [ fhir:value "Task" ];
     fhir:CodeSystem.display [ fhir:value "Task" ];
     fhir:CodeSystem.definition [ fhir:value "A task to be performed." ]
  ] .

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


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.