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

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

Packageehealth4u.package
Resource TypeStructureDefinition
Idcyehr-sd-locationmedicalteam-r4
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4
URLhttp://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4
Statusdraft
NameCYEHRSDLocationMedicalTeam
TitleCyprus EHR Medical Team Location profile
DescriptionThe main use-case of this profile is to represent the physical locations that the members of a particular CYEHRSDMedicalTeam can provide healthcare services.
TypeLocation
Kindresource

Resources that use this resource

StructureDefinition
cyehr-sd-immunization-r4Cyprus EHR Immunization profile
cyehr-sd-practitionerrolehealthcareassociate-r4Cyprus EHR Healthcare Associate Practitioner Role profile

Resources that this resource uses

StructureDefinition
cyehr-sd-addressCyprus EHR Address datatype
cyehr-sd-medicalteam-r4Cyprus EHR Medical Team profile
ValueSet
cyehr-vs-ehdsilanguageCyprus EHR Value Set: eHDSI Language

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "cyehr-sd-locationmedicalteam-r4",
  "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4",
  "name": "CYEHRSDLocationMedicalTeam",
  "title": "Cyprus EHR Medical Team Location profile",
  "status": "draft",
  "publisher": "eHealth4U",
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)",
      "telecom": [
        {
          "system": "email",
          "value": "ehealthl@ucy.ac.cy",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The main use-case of this profile is to represent the physical locations that the members of a particular CYEHRSDMedicalTeam can provide healthcare services.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.meta",
        "path": "Location.meta"
      },
      {
        "id": "Location.meta.profile",
        "path": "Location.meta.profile",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Location.meta.profile:CyprusEHRProfile",
        "path": "Location.meta.profile",
        "sliceName": "CyprusEHRProfile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4"
      },
      {
        "id": "Location.language",
        "path": "Location.language",
        "definition": "The base language in which the resource is written.\r\n\r\nCyprusEHR: As defined by eHDSI MVC.",
        "binding": {
          "strength": "required",
          "description": "A human language as defined by eHDSI",
          "valueSet": "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsilanguage"
        }
      },
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "comment": "CyprusEHR: Not to be used in the context of Cyprus EHR."
      },
      {
        "id": "Location.operationalStatus",
        "path": "Location.operationalStatus",
        "comment": "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
      },
      {
        "id": "Location.mode",
        "path": "Location.mode",
        "fixedCode": "instance"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.\r\n\r\nCyprusEHR: For the prototype of the national EHR of Cyprus use Location.type = PROFF (Provider's Office)",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "PROFF"
            }
          ]
        }
      },
      {
        "id": "Location.type.coding",
        "path": "Location.type.coding",
        "min": 1
      },
      {
        "id": "Location.type.coding.system",
        "path": "Location.type.coding.system",
        "min": 1
      },
      {
        "id": "Location.type.coding.code",
        "path": "Location.type.coding.code",
        "min": 1
      },
      {
        "id": "Location.type.coding.display",
        "path": "Location.type.coding.display",
        "min": 1
      },
      {
        "id": "Location.telecom",
        "path": "Location.telecom",
        "mustSupport": true
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "min": 1,
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Address",
              "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-address"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
              "code": "bu"
            }
          ]
        },
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "Location.physicalType.coding",
        "path": "Location.physicalType.coding",
        "min": 1
      },
      {
        "id": "Location.physicalType.coding.system",
        "path": "Location.physicalType.coding.system",
        "min": 1
      },
      {
        "id": "Location.physicalType.coding.code",
        "path": "Location.physicalType.coding.code",
        "min": 1
      },
      {
        "id": "Location.physicalType.coding.display",
        "path": "Location.physicalType.coding.display",
        "min": 1
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization.reference",
        "path": "Location.managingOrganization.reference",
        "min": 1
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
      }
    ]
  }
}