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

FHIR IG Statistics: StructureDefinition/cyehr-ext-generalpractitionerrole

Packageehealth4u.package
Resource TypeStructureDefinition
Idcyehr-ext-generalpractitionerrole
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/StructureDefinition/GeneralPractitionerRole
URLhttp://ig.ehealth4u.eu/fhir/StructureDefinition/GeneralPractitionerRole
Statusdraft
Date2022-04-14
NameCYEHREXTGeneralPractitionerRole
TitleCyprus EHR Extension: General Practitioner Role
DescriptionExtension on the General Practitioner to define its role.
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
CodeableConcept-uv-ipsCodeable Concept (IPS)

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "cyehr-ext-generalpractitionerrole",
  "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/GeneralPractitionerRole",
  "name": "CYEHREXTGeneralPractitionerRole",
  "title": "Cyprus EHR Extension: General Practitioner Role",
  "status": "draft",
  "date": "2022-04-14",
  "publisher": "eHealth4U",
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)",
      "telecom": [
        {
          "system": "email",
          "value": "ehealthl@ucy.ac.cy",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Extension on the General Practitioner to define its role.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient.generalPractitioner"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Extension on the General Practitioner to define its role.",
        "definition": "Optional Extension Element to define the role of the General Practitioner.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ig.ehealth4u.eu/fhir/StructureDefinition/GeneralPractitionerRole"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
            ]
          }
        ]
      },
      {
        "id": "Extension.value[x].coding",
        "path": "Extension.value[x].coding",
        "min": 1,
        "max": "1"
      }
    ]
  }
}