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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-reference-encounter.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-reference-encounter
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-reference-encounter
Version1.2.2
Statusactive
NameReference
TitleEncounter Reference Type Profile
DescriptionA profile constraining the Reference data type for references to Encounter resources.
TypeReference
Kindcomplex-type

Resources that use this resource

StructureDefinition
synapxe.sgcdi#1.2.2profile-cr-diagnosticreportCardiology Diagnostic Report Profile
synapxe.sgcdi#1.2.2profile-dischargesummaryDischarge Summary Profile
synapxe.sgcdi#1.2.2profile-ed-medicationrequestEmergency Department Medication Request Profile
synapxe.sgcdi#1.2.2profile-ed-prescriptionorderEmergency Department Prescription Order Profile
synapxe.sgcdi#1.2.2profile-labresultLab Result Profile
synapxe.sgcdi#1.2.2profile-list-medicationstatementMedication Statement List Profile
synapxe.sgcdi#1.2.2profile-list-problemProblem List Profile
synapxe.sgcdi#1.2.2profile-medicationdispense-requestMedication Dispense Request Profile
synapxe.sgcdi#1.2.2profile-otnotesOperating Theatre Notes Profile
synapxe.sgcdi#1.2.2profile-radiologyreportRadiology Report Profile

Resources that this resource uses

StructureDefinition
synapxe.sgcdi#1.2.2profile-identifier-event-idEvent ID (hyphenated) Identifier Profile

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-reference-encounter",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-reference-encounter",
  "version": "1.2.2",
  "name": "Reference",
  "title": "Encounter Reference Type Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "A profile constraining the Reference data type for references to Encounter resources.",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Reference",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Reference",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Reference.id",
        "path": "Reference.id",
        "max": "0"
      },
      {
        "id": "Reference.extension",
        "path": "Reference.extension",
        "max": "0"
      },
      {
        "id": "Reference.reference",
        "path": "Reference.reference",
        "max": "0"
      },
      {
        "id": "Reference.type",
        "path": "Reference.type",
        "min": 1,
        "patternUri": "Encounter"
      },
      {
        "id": "Reference.identifier",
        "path": "Reference.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier-event-id"
            ]
          }
        ]
      }
    ]
  }
}