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

FHIR IG analytics

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

Resources that use this resource

StructureDefinition
synapxe.sgcdi#1.2.2ext-dispensingInstitutionDispensing Institution Extension
synapxe.sgcdi#1.2.2ext-orderingInstitutionOrdering Institution Extension
synapxe.sgcdi#1.2.2profile-careplan-servicerequestCarePlan Service Request Profile
synapxe.sgcdi#1.2.2profile-cr-observationCardiology Observation 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-psPap Smear 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-genomicsreportGenomics Report Profile
synapxe.sgcdi#1.2.2profile-list-problemProblem List Profile

Resources that this resource uses

StructureDefinition
synapxe.sgcdi#1.2.2profile-identifier-hci-codeHCI Code Identifier Profile

Narrative

No narrative content found in resource


Source1

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