Sha256: 3f22e6a048870e46686b6ec3b6fc717de4e836e6aab0c7902e795be60bf038f7
Contents?: true
Size: 1.93 KB
Versions: 3
Compression:
Stored size: 1.93 KB
Contents
{ "resourceType": "CodeSystem", "id": "action-participant-type", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cds" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 } ], "url": "http://hl7.org/fhir/action-participant-type", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.812" } ], "version": "4.0.0", "name": "ActionParticipantType", "title": "ActionParticipantType", "status": "draft", "experimental": false, "date": "2018-12-27T22:37:54+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "The type of participant for the action.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type", "content": "complete", "concept": [ { "code": "patient", "display": "Patient", "definition": "The participant is the patient under evaluation." }, { "code": "practitioner", "display": "Practitioner", "definition": "The participant is a practitioner involved in the patient's care." }, { "code": "related-person", "display": "Related Person", "definition": "The participant is a person related to the patient." }, { "code": "device", "display": "Device", "definition": "The participant is a system or device used in the care of the patient." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems