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

FHIR IG Statistics: StructureDefinition/cyehr-sd-organization-r4

Packageehealth4u.package
Resource TypeStructureDefinition
Idcyehr-sd-organization-r4
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4
URLhttp://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4
Statusdraft
NameCYEHRSDOrganization
TitleCyprus EHR Organization profile
DescriptionOrganization profile for the prototype of the national integrated EHR of Cyprus. The CYEHRSDOrganization profile main use-case is to describe the different types of organizations that exist in Cyprus and participate to the healthcare sector of Cyprus.
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
cyehr-sd-consentehroptout-r4Cyprus EHR Opt-Out Consent profile
cyehr-sd-consenthealthcareassociate-r4Cyprus EHR Healthcare Associate Consent profile
cyehr-sd-device-r4Cyprus EHR Device profile
cyehr-sd-dischargereport-r4Cyprus EHR Discharge Report profile
cyehr-sd-episodeofcare-r4Cyprus EHR Episode Of Care profile
cyehr-sd-location-r4Cyprus EHR Location profile
cyehr-sd-medicalteam-r4Cyprus EHR Medical Team profile
cyehr-sd-medication-r4Cyprus EHR Medication profile
cyehr-sd-observationresultsCyprus EHR Observation Results profile
cyehr-sd-patientCyprus EHR Patient profile
cyehr-sd-person-r4Cyprus EHR Person profile
cyehr-sd-practitioner-r4Cyprus EHR Practitioner profile
cyehr-sd-practitionerlicense-r4Cyprus EHR Practitioner License profile
cyehr-sd-practitionerregisternolicense-r4Cyprus EHR Practitioner Register No License profile
cyehr-sd-practitionerrole-r4Cyprus EHR Practitioner Role profile
cyehr-sd-practitionerrolesystemassociate-r4Cyprus EHR System Associate Practitioner Role profile
cyehr-sd-visitsummary-r4Cyprus EHR Visit Summary profile
cyehr-sd-careteam-r4Cyprus EHR Care Team profile

Resources that this resource uses

StructureDefinition
cyehr-sd-addressCyprus EHR Address datatype

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "cyehr-sd-organization-r4",
  "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4",
  "name": "CYEHRSDOrganization",
  "title": "Cyprus EHR Organization profile",
  "status": "draft",
  "experimental": true,
  "publisher": "eHealth4U",
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)",
      "telecom": [
        {
          "system": "email",
          "value": "ehealthl@ucy.ac.cy",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Organization profile for the prototype of the national integrated EHR of Cyprus. The CYEHRSDOrganization profile main use-case is to describe the different types of organizations that exist in Cyprus and participate to the healthcare sector of Cyprus.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.meta",
        "path": "Organization.meta"
      },
      {
        "id": "Organization.meta.profile",
        "path": "Organization.meta.profile",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Organization.meta.profile:cyprusEHRProfile",
        "path": "Organization.meta.profile",
        "sliceName": "cyprusEHRProfile",
        "definition": "A list of profiles (references to [StructureDefinition](structuredefinition.html#) resources) that this resource claims to conform to. The URL is a reference to [StructureDefinition.url](structuredefinition-definitions.html#StructureDefinition.url).\r\n\r\nCyprusEHR: All downstream projects using Organization resource of Cyprus EHR should conform to http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4"
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Organization.identifier:SPOR",
        "path": "Organization.identifier",
        "sliceName": "SPOR",
        "short": "Identifies this organization  across the SPOR Organization Management Service",
        "definition": "Identifies this organization  across the SPOR Organization Management Service handled by EMA for data comprising organisation name and location address, for organisations such as marketing authorisation holders, sponsors, regulatory authorities and manufacturers. (https://www.ema.europa.eu/en/human-regulatory/research-development/data-medicines-iso-idmp-standards/spor-master-data/organisation-management-service-oms)",
        "max": "1",
        "patternIdentifier": {
          "system": "https://spor.ema.europa.eu/omswi/#/"
        }
      },
      {
        "id": "Organization.identifier:SPOR.system",
        "path": "Organization.identifier.system",
        "min": 1
      },
      {
        "id": "Organization.identifier:SPOR.value",
        "path": "Organization.identifier.value",
        "min": 1
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-address"
            ]
          }
        ]
      },
      {
        "id": "Organization.contact.address",
        "path": "Organization.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-address",
              "http://hl7.org/fhir/StructureDefinition/Address"
            ]
          }
        ]
      }
    ]
  }
}