FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.cardio.ig
Resource TypeCodeSystem
IdCodeSystem-PractitionerRoleCardioCS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/sguinezm/cardioCx-IG/CodeSystem-PractitionerRoleCardioCS.html
URLhttps://centrocardiovascular.cl/CodeSystem/PractitionerRoleCardioCS
Version0.1.0
Statusactive
Date2024-04-16
NamePractitionerRoleCardioCS
TitleCodeSystem para los roles
Realmus
Authorityhl7
DescriptionCodeSystem para los roles
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.us.cardio.ig#currentPractitionerRoleCardioVSValueSet para otros procedimientos no cardiacos

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem PractitionerRoleCardioCS

This case-sensitive code system https://centrocardiovascular.cl/CodeSystem/PractitionerRoleCardioCS defines the following codes:

CodeDisplay
1 Surgeon 1
2 Surgeon 2
3 Surgeon 3
4 Anesthetist
5 Perfusionist

Source1

{
  "resourceType": "CodeSystem",
  "id": "PractitionerRoleCardioCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://centrocardiovascular.cl/CodeSystem/PractitionerRoleCardioCS",
  "version": "0.1.0",
  "name": "PractitionerRoleCardioCS",
  "title": "CodeSystem para los roles",
  "status": "active",
  "experimental": false,
  "date": "2024-04-16",
  "publisher": "Example Publisher",
  "contact": [
    {
      "name": "Example Publisher",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description": "CodeSystem para los roles",
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "1",
      "display": "Surgeon 1"
    },
    {
      "code": "2",
      "display": "Surgeon 2"
    },
    {
      "code": "3",
      "display": "Surgeon 3"
    },
    {
      "code": "4",
      "display": "Anesthetist"
    },
    {
      "code": "5",
      "display": "Perfusionist"
    }
  ]
}