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

FHIR IG analytics

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

Resources that use this resource

StructureDefinition
synapxe.sgcdi#1.2.2profile-careplan-servicerequestCarePlan Service Request Profile
synapxe.sgcdi#1.2.2profile-cr-diagnosticreportCardiology Diagnostic Report Profile
synapxe.sgcdi#1.2.2profile-cr-observationCardiology Observation Profile
synapxe.sgcdi#1.2.2profile-cr-procedureCardiology Procedure Profile
synapxe.sgcdi#1.2.2profile-cr-servicerequestCardiology Service Request Profile
synapxe.sgcdi#1.2.2profile-diagnosticreport-bsScreening Report Profile
synapxe.sgcdi#1.2.2profile-diagnosticreport-cdChronic Disease Screening Report Profile
synapxe.sgcdi#1.2.2profile-diagnosticreport-cvsCervical Screening Report Profile
synapxe.sgcdi#1.2.2profile-diagnosticreport-shapeSchool Health Assessment Programme Report
synapxe.sgcdi#1.2.2profile-diagnosticreport-shsSchool Health Screening Report Profile
synapxe.sgcdi#1.2.2profile-dischargesummaryDischarge Summary Profile
synapxe.sgcdi#1.2.2profile-ds-encounterDischarge Summary Encounter Profile
synapxe.sgcdi#1.2.2profile-ds-medicationrequestDischarge Summary Medication Request Profile
synapxe.sgcdi#1.2.2profile-ds-procedureDischarge Summary Procedure Profile
synapxe.sgcdi#1.2.2profile-ed-flagEmergency Department Flag Profile
synapxe.sgcdi#1.2.2profile-ed-medicationadministrationEmergency Department Medication Administration 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-ed-procedureEmergency Department Procedure Profile
synapxe.sgcdi#1.2.2profile-ednotesEmergency Department Notes Profile
synapxe.sgcdi#1.2.2profile-investigationorderInvestigation 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-ot-conditionCondition Profile
synapxe.sgcdi#1.2.2profile-ot-medicationadministrationOperating Theatre Medication Administration Profile
synapxe.sgcdi#1.2.2profile-ot-procedureOperating Theatre Procedure Profile
synapxe.sgcdi#1.2.2profile-otnotesOperating Theatre Notes Profile
synapxe.sgcdi#1.2.2profile-radiologyreportRadiology Report Profile
synapxe.sgcdi#1.2.2profile-referralReferral Profile

Resources that this resource uses

StructureDefinition
synapxe.sgcdi#1.2.2profile-identifierIdentifier Type Profile

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-reference-patient",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient",
  "version": "1.2.2",
  "name": "Reference",
  "title": "Patient Reference Type Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "A profile constraining the Reference data type for references to Patient 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": "Patient"
      },
      {
        "id": "Reference.identifier",
        "path": "Reference.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "Reference.identifier.system",
        "path": "Reference.identifier.system",
        "patternUri": "https://fhir.synapxe.sg/NamingSystem/nric"
      }
    ]
  }
}