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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-encounter-screening.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-encounter-screening
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-encounter-screening
Statusactive
NameEncounter
TypeEncounter
Kindresource

Resources that use this resource

StructureDefinition
profile-diagnosticreport-bsBreastScreeningReport
profile-diagnosticreport-hpb-shapeShapeReport
profile-diagnosticreport-hpb-shsSchoolHealthScreeningReport
profile-diagnosticreport-slf-cdChronicDiseaseScreeningReport
profile-diagnosticreport-slf-coloColorectalScreeningReport
profile-diagnosticreport-slf-psPapSmearReport

Resources that this resource uses

StructureDefinition
ext-screenTypescreen type Extension
profile-identifierIdentifier
profile-referralReferral

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-encounter-screening",
  "name": "Encounter",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.extension",
        "path": "Encounter.extension",
        "min": 1
      },
      {
        "id": "Encounter.extension:screenType",
        "path": "Encounter.extension",
        "sliceName": "screenType",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/ext-screenType"
            ]
          }
        ]
      },
      {
        "id": "Encounter.identifier",
        "path": "Encounter.identifier",
        "max": "0"
      },
      {
        "id": "Encounter.status",
        "path": "Encounter.status",
        "fixedCode": "completed"
      },
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "max": "0"
      },
      {
        "id": "Encounter.priority",
        "path": "Encounter.priority",
        "max": "0"
      },
      {
        "id": "Encounter.type",
        "path": "Encounter.type",
        "max": "0"
      },
      {
        "id": "Encounter.serviceType",
        "path": "Encounter.serviceType",
        "max": "0"
      },
      {
        "id": "Encounter.subjectStatus",
        "path": "Encounter.subjectStatus",
        "max": "0"
      },
      {
        "id": "Encounter.episodeOfCare",
        "path": "Encounter.episodeOfCare",
        "max": "0"
      },
      {
        "id": "Encounter.basedOn",
        "path": "Encounter.basedOn",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-referral"
            ]
          }
        ]
      },
      {
        "id": "Encounter.basedOn.id",
        "path": "Encounter.basedOn.id",
        "max": "0"
      },
      {
        "id": "Encounter.basedOn.extension",
        "path": "Encounter.basedOn.extension",
        "max": "0"
      },
      {
        "id": "Encounter.basedOn.reference",
        "path": "Encounter.basedOn.reference",
        "min": 1
      },
      {
        "id": "Encounter.basedOn.type",
        "path": "Encounter.basedOn.type",
        "max": "0"
      },
      {
        "id": "Encounter.basedOn.identifier",
        "path": "Encounter.basedOn.identifier",
        "max": "0"
      },
      {
        "id": "Encounter.basedOn.display",
        "path": "Encounter.basedOn.display",
        "max": "0"
      },
      {
        "id": "Encounter.careTeam",
        "path": "Encounter.careTeam",
        "max": "0"
      },
      {
        "id": "Encounter.partOf",
        "path": "Encounter.partOf",
        "max": "0"
      },
      {
        "id": "Encounter.serviceProvider",
        "path": "Encounter.serviceProvider",
        "min": 1
      },
      {
        "id": "Encounter.serviceProvider.id",
        "path": "Encounter.serviceProvider.id",
        "max": "0"
      },
      {
        "id": "Encounter.serviceProvider.extension",
        "path": "Encounter.serviceProvider.extension",
        "max": "0"
      },
      {
        "id": "Encounter.serviceProvider.reference",
        "path": "Encounter.serviceProvider.reference",
        "max": "0"
      },
      {
        "id": "Encounter.serviceProvider.type",
        "path": "Encounter.serviceProvider.type",
        "min": 1
      },
      {
        "id": "Encounter.serviceProvider.identifier",
        "path": "Encounter.serviceProvider.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "Encounter.serviceProvider.identifier.system",
        "path": "Encounter.serviceProvider.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/hci-code"
      },
      {
        "id": "Encounter.serviceProvider.display",
        "path": "Encounter.serviceProvider.display",
        "max": "0"
      },
      {
        "id": "Encounter.participant",
        "path": "Encounter.participant",
        "max": "0"
      },
      {
        "id": "Encounter.appointment",
        "path": "Encounter.appointment",
        "max": "0"
      },
      {
        "id": "Encounter.virtualService",
        "path": "Encounter.virtualService",
        "max": "0"
      },
      {
        "id": "Encounter.actualPeriod",
        "path": "Encounter.actualPeriod",
        "min": 1
      },
      {
        "id": "Encounter.actualPeriod.id",
        "path": "Encounter.actualPeriod.id",
        "max": "0"
      },
      {
        "id": "Encounter.actualPeriod.extension",
        "path": "Encounter.actualPeriod.extension",
        "max": "0"
      },
      {
        "id": "Encounter.actualPeriod.start",
        "path": "Encounter.actualPeriod.start",
        "min": 1
      },
      {
        "id": "Encounter.actualPeriod.end",
        "path": "Encounter.actualPeriod.end",
        "max": "0"
      },
      {
        "id": "Encounter.plannedStartDate",
        "path": "Encounter.plannedStartDate",
        "max": "0"
      },
      {
        "id": "Encounter.plannedEndDate",
        "path": "Encounter.plannedEndDate",
        "max": "0"
      },
      {
        "id": "Encounter.length",
        "path": "Encounter.length",
        "max": "0"
      },
      {
        "id": "Encounter.reason",
        "path": "Encounter.reason",
        "max": "0"
      },
      {
        "id": "Encounter.diagnosis",
        "path": "Encounter.diagnosis",
        "max": "0"
      },
      {
        "id": "Encounter.account",
        "path": "Encounter.account",
        "max": "0"
      },
      {
        "id": "Encounter.dietPreference",
        "path": "Encounter.dietPreference",
        "max": "0"
      },
      {
        "id": "Encounter.specialArrangement",
        "path": "Encounter.specialArrangement",
        "max": "0"
      },
      {
        "id": "Encounter.specialCourtesy",
        "path": "Encounter.specialCourtesy",
        "max": "0"
      },
      {
        "id": "Encounter.admission",
        "path": "Encounter.admission",
        "max": "0"
      },
      {
        "id": "Encounter.location",
        "path": "Encounter.location",
        "max": "1"
      },
      {
        "id": "Encounter.location.id",
        "path": "Encounter.location.id",
        "max": "0"
      },
      {
        "id": "Encounter.location.extension",
        "path": "Encounter.location.extension",
        "max": "0"
      },
      {
        "id": "Encounter.location.modifierExtension",
        "path": "Encounter.location.modifierExtension",
        "max": "0"
      },
      {
        "id": "Encounter.location.location.id",
        "path": "Encounter.location.location.id",
        "max": "0"
      },
      {
        "id": "Encounter.location.location.extension",
        "path": "Encounter.location.location.extension",
        "max": "0"
      },
      {
        "id": "Encounter.location.location.reference",
        "path": "Encounter.location.location.reference",
        "max": "0"
      },
      {
        "id": "Encounter.location.location.type",
        "path": "Encounter.location.location.type",
        "max": "0"
      },
      {
        "id": "Encounter.location.location.identifier",
        "path": "Encounter.location.location.identifier",
        "max": "0"
      },
      {
        "id": "Encounter.location.location.display",
        "path": "Encounter.location.location.display",
        "min": 1
      },
      {
        "id": "Encounter.location.status",
        "path": "Encounter.location.status",
        "max": "0"
      },
      {
        "id": "Encounter.location.form",
        "path": "Encounter.location.form",
        "max": "0"
      },
      {
        "id": "Encounter.location.period",
        "path": "Encounter.location.period",
        "max": "0"
      }
    ]
  }
}