This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Terminology Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Value SetParticipant Resource Types
@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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "participant-resource-types"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2025-02-12T16:13:49.397+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet participant-resource-types</b></p><a name=\"participant-resource-types\"> </a><a name=\"hcparticipant-resource-types\"> </a><a name=\"participant-resource-types-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"codesystem-fhir-types.html\"><code>http://hl7.org/fhir/fhir-types</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-CareTeam\">CareTeam</a></td><td style=\"color: #cccccc\">CareTeam</td><td>The Care Team includes all the people, organizations, and care teams who participate or plan to participate in the coordination and delivery of care.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-Device\">Device</a></td><td style=\"color: #cccccc\">Device</td><td>This resource describes the properties (regulated, has real time clock, etc.), administrative (manufacturer name, model number, serial number, firmware, etc.), and type (knee replacement, blood pressure cuff, MRI, etc.) of a physical unit (these values do not change much within a given module, for example the serial number, manufacturer name, and model number). An actual unit may consist of several modules in a distinct hierarchy and these are represented by multiple Device resources and bound through the 'parent' element.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-Group\">Group</a></td><td style=\"color: #cccccc\">Group</td><td>Represents a defined collection of entities that may be discussed or acted upon collectively but are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. Some groups are allowed to take actions, to do things collectively (but not groups of practitioners providing care - see CareTeam)</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-HealthcareService\">HealthcareService</a></td><td style=\"color: #cccccc\">HealthcareService</td><td>The details of a healthcare service available at a location or in a catalog. In the case where there is a hierarchy of services (for example, Lab -> Pathology -> Wound Cultures), this can be represented using a set of linked HealthcareServices.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-Location\">Location</a></td><td style=\"color: #cccccc\">Location</td><td>Details and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-Organization\">Organization</a></td><td style=\"color: #cccccc\">Organization</td><td>A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-Patient\">Patient</a></td><td style=\"color: #cccccc\">Patient</td><td>Demographics and other administrative information about an individual or animal that is the subject of potential, past, current, or future health-related care, services, or processes.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-Practitioner\">Practitioner</a></td><td style=\"color: #cccccc\">Practitioner</td><td>A person who is directly or indirectly involved in the provisioning of healthcare or related services.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-PractitionerRole\">PractitionerRole</a></td><td style=\"color: #cccccc\">PractitionerRole</td><td>A specific set of Roles/Locations/specialties/services that a practitioner may perform, or has performed at an organization during a period of time.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-RelatedPerson\">RelatedPerson</a></td><td style=\"color: #cccccc\">RelatedPerson</td><td>Information about a person that is involved in a patient's health or the care for a patient, but who is not the primary target of healthcare.</td></tr></table></li></ul></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "fhir" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ fhir:v "normative" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "5"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/participant-resource-types"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3301" ] ] ) ; # fhir:version [ fhir:v "6.0.0-ballot2"] ; # fhir:name [ fhir:v "ParticipantResourceTypes"] ; # fhir:title [ fhir:v "Participant Resource Types"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2025-02-12T16:13:49+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "All Resource Types that represent participant resources"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://hl7.org/fhir/fhir-types"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "CareTeam" ] ] [ fhir:code [ fhir:v "Device" ] ] [ fhir:code [ fhir:v "Group" ] ] [ fhir:code [ fhir:v "HealthcareService" ] ] [ fhir:code [ fhir:v "Location" ] ] [ fhir:code [ fhir:v "Organization" ] ] [ fhir:code [ fhir:v "Patient" ] ] [ fhir:code [ fhir:v "Practitioner" ] ] [ fhir:code [ fhir:v "PractitionerRole" ] ] [ fhir:code [ fhir:v "RelatedPerson" ] ] ) ] ) ] ; # fhir:expansion []] . # # -------------------------------------------------------------------------------------
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.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Wed, Feb 12, 2025 16:21+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change