FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/PartecipantType

Packageeng.fhir.profile.dev
Resource TypeCodeSystem
IdPartecipantType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/schema/part-type
URLhttp://cct.eng.it/FHIR/schema/part-type
Version1.0.0
Statusdraft
Date2023-06-20T13:01:44.6357535+00:00
NamePartecipantType
TitlePartecipantType
Authorityhl7
Contentcomplete

Resources that use this resource

ValueSet
part-typePartecipantTypeValueSet

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "PartecipantType",
  "url": "http://cct.eng.it/FHIR/schema/part-type",
  "version": "1.0.0",
  "name": "PartecipantType",
  "title": "PartecipantType",
  "status": "draft",
  "experimental": true,
  "date": "2023-06-20T13:01:44.6357535+00:00",
  "caseSensitive": false,
  "content": "complete",
  "concept": [
    {
      "code": "PRE",
      "display": "prescrittore",
      "definition": "prescrittore"
    },
    {
      "code": "RIC",
      "display": "richiedente",
      "definition": "richiedente"
    },
    {
      "code": "ACC",
      "display": "accettante",
      "definition": "accettante"
    },
    {
      "code": "RIF",
      "display": "riferimento",
      "definition": "riferimento"
    },
    {
      "code": "INF",
      "display": "infermiere",
      "definition": "infermiere"
    },
    {
      "code": "CONV",
      "display": "convalidante",
      "definition": "convalidante"
    },
    {
      "code": "DIS",
      "display": "dimettente o trasferente",
      "definition": "dimettente o trasferente"
    },
    {
      "code": "REF",
      "display": "refertante",
      "definition": "refertante"
    }
  ]
}