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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-identifier.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-identifier
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-identifier
Version1.2.2
Statusactive
NameIdentifier
TitleIdentifier Type Profile
DescriptionA profile constraining the Identifier data type for representing unique identifiers.
TypeIdentifier
Kindcomplex-type

Resources that use this resource

StructureDefinition
synapxe.sgcdi#1.2.2ext-recorderRecorder Extension
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-diagnosticreport-bsScreening Report Profile
synapxe.sgcdi#1.2.2profile-diagnosticreport-cdChronic Disease Screening Report Profile
synapxe.sgcdi#1.2.2profile-diagnosticreport-coloColorectal Screening Report Profile
synapxe.sgcdi#1.2.2profile-diagnosticreport-cvsCervical Screening Report Profile
synapxe.sgcdi#1.2.2profile-diagnosticreport-psPap Smear 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-diagnosisDiagnosis Profile
synapxe.sgcdi#1.2.2profile-ds-encounterDischarge Summary Encounter 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-genomics-patientGenomics Patient Profile
synapxe.sgcdi#1.2.2profile-genomics-specimenGenomics Specimen Profile
synapxe.sgcdi#1.2.2profile-list-problemProblem List Profile
synapxe.sgcdi#1.2.2profile-medicationrecommendationMedication Recommendation Profile
synapxe.sgcdi#1.2.2profile-metaMeta Type Profile
synapxe.sgcdi#1.2.2profile-ot-diagnosticreportOperating Theatre Diagnostic Report Profile
synapxe.sgcdi#1.2.2profile-ot-specimenOperating Theatre Specimen Profile
synapxe.sgcdi#1.2.2profile-otnotesOperating Theatre Notes Profile
synapxe.sgcdi#1.2.2profile-reference-patientPatient Reference Type Profile
synapxe.sgcdi#1.2.2profile-sn-conditionCondition Profile
synapxe.sgcdi#1.2.2profile-sn-diagnosticreportSummary Notes Diagnostic Report Profile
synapxe.sgcdi#1.2.2profile-sn-procedureSummary Notes Procedure Profile
synapxe.sgcdi#1.2.2profile-sn-questionnaireresponseSummary Notes Questionnaire Response Profile
synapxe.sgcdi#1.2.2profile-sn-referralrequestSummary Notes Referral Request Profile

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-identifier",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-identifier",
  "version": "1.2.2",
  "name": "Identifier",
  "title": "Identifier Type Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "A profile constraining the Identifier data type for representing unique identifiers.",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier.id",
        "path": "Identifier.id",
        "max": "0"
      },
      {
        "id": "Identifier.extension",
        "path": "Identifier.extension",
        "max": "0"
      },
      {
        "id": "Identifier.use",
        "path": "Identifier.use",
        "max": "0"
      },
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "max": "0"
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "min": 1
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "min": 1
      },
      {
        "id": "Identifier.period",
        "path": "Identifier.period",
        "max": "0"
      },
      {
        "id": "Identifier.assigner",
        "path": "Identifier.assigner",
        "max": "0"
      }
    ]
  }
}