PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot3
    http://hl7.org/fhir/actordefinition-actor-type
{
  "description": "The type of actor - system or human.",
  "_filename": "CodeSystem-actordefinition-actor-type.json",
  "package_name": "hl7.fhir.r6.core",
  "date": "2021-01-05T10:01:24+11:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2025-04-01T12:16:37.966+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "ActorDefinitionActorType",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Actor Definition Actor Type",
  "package_version": "6.0.0-ballot3",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 0
  } ],
  "status": "active",
  "hierarchyMeaning": "is-a",
  "id": "bc4c8ea7-d21b-4616-b235-eb8f41f73019",
  "valueSet": "http://hl7.org/fhir/ValueSet/actordefinition-actor-type",
  "kind": null,
  "url": "http://hl7.org/fhir/actordefinition-actor-type",
  "concept": [ {
    "code": "system",
    "display": "System",
    "definition": "A software application or collection of such applications functioning as or represented as a single entity.  (This would be instantiated in FHIR as a Device.)"
  }, {
    "code": "non-system",
    "concept": [ {
      "code": "individual",
      "concept": [ {
        "code": "patient",
        "display": "Patient"
      }, {
        "code": "practitioner",
        "display": "Practitioner"
      }, {
        "code": "related-person",
        "display": "Related Person"
      } ],
      "display": "Individual",
      "definition": "A person or animal"
    }, {
      "code": "device",
      "display": "Device",
      "definition": "A physical device acting in non-software capacity"
    }, {
      "code": "collective",
      "concept": [ {
        "code": "care-team",
        "display": "Care Team"
      }, {
        "code": "group",
        "display": "Group"
      }, {
        "code": "healthcare-service",
        "display": "Healthcare Service"
      }, {
        "code": "organization",
        "display": "Organization"
      } ],
      "display": "Collective",
      "definition": "A group of people or animals"
    } ],
    "display": "Non System",
    "definition": "A person, animal, (non-software) device, organization or other entity"
  } ],
  "caseSensitive": true,
  "version": "6.0.0-ballot3",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}