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.1.3&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-reference-organization
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-reference-organization
Statusactive
NameReference
TypeReference
Kindcomplex-type

Resources that use this resource

StructureDefinition
synapxe.sgcdi#1.1.3ext-dispensingInstitutionDispensing Institution Extension
synapxe.sgcdi#1.1.3ext-orderingInstitutionOrdering Institution Extension
synapxe.sgcdi#1.1.3profile-cr-observationObservation
synapxe.sgcdi#1.1.3profile-diagnosticreport-cdChronicDiseaseScreeningReport
synapxe.sgcdi#1.1.3profile-diagnosticreport-coloColorectalScreeningReport
synapxe.sgcdi#1.1.3profile-diagnosticreport-psPapSmearReport
synapxe.sgcdi#1.1.3profile-dischargesummaryDischargeSummary
synapxe.sgcdi#1.1.3profile-ds-encounterEncounter
synapxe.sgcdi#1.1.3profile-list-problemProblemList

Resources that this resource uses

StructureDefinition
synapxe.sgcdi#1.1.3profile-identifierIdentifier

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-reference-organization",
  "name": "Reference",
  "status": "active",
  "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,
        "fixedUri": "Organization"
      },
      {
        "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",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/hci-code"
      }
    ]
  }
}