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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeStructureDefinition
IdPatientProblemList.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-patientproblemlist
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-patientproblemlist
Statusdraft
NamePatientProblemList
TypeList
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
profile-conditionCondition
profile-encounterEncounter
profile-patientPatient
profile-practitionerPractitioner

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-patientproblemlist",
  "name": "PatientProblemList",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List.identifier",
        "path": "List.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "List.identifier.id",
        "path": "List.identifier.id",
        "max": "0"
      },
      {
        "id": "List.identifier.extension",
        "path": "List.identifier.extension",
        "max": "0"
      },
      {
        "id": "List.identifier.use",
        "path": "List.identifier.use",
        "max": "0"
      },
      {
        "id": "List.identifier.type",
        "path": "List.identifier.type",
        "max": "0"
      },
      {
        "id": "List.identifier.system",
        "path": "List.identifier.system",
        "min": 1
      },
      {
        "id": "List.identifier.value",
        "path": "List.identifier.value",
        "min": 1
      },
      {
        "id": "List.identifier.period",
        "path": "List.identifier.period",
        "max": "0"
      },
      {
        "id": "List.identifier.assigner",
        "path": "List.identifier.assigner",
        "max": "0"
      },
      {
        "id": "List.title",
        "path": "List.title",
        "max": "0"
      },
      {
        "id": "List.code",
        "path": "List.code",
        "min": 1
      },
      {
        "id": "List.code.id",
        "path": "List.code.id",
        "max": "0"
      },
      {
        "id": "List.code.extension",
        "path": "List.code.extension",
        "max": "0"
      },
      {
        "id": "List.code.coding",
        "path": "List.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "List.code.coding.id",
        "path": "List.code.coding.id",
        "max": "0"
      },
      {
        "id": "List.code.coding.extension",
        "path": "List.code.coding.extension",
        "max": "0"
      },
      {
        "id": "List.code.coding.system",
        "path": "List.code.coding.system",
        "min": 1
      },
      {
        "id": "List.code.coding.code",
        "path": "List.code.coding.code",
        "min": 1
      },
      {
        "id": "List.code.coding.display",
        "path": "List.code.coding.display",
        "min": 1
      },
      {
        "id": "List.code.coding.userSelected",
        "path": "List.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "List.code.text",
        "path": "List.code.text",
        "max": "0"
      },
      {
        "id": "List.subject",
        "path": "List.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "List.encounter",
        "path": "List.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-encounter"
            ]
          }
        ]
      },
      {
        "id": "List.date",
        "path": "List.date",
        "min": 1
      },
      {
        "id": "List.source",
        "path": "List.source",
        "max": "0"
      },
      {
        "id": "List.orderedBy",
        "path": "List.orderedBy",
        "max": "0"
      },
      {
        "id": "List.note",
        "path": "List.note",
        "short": "reason for cancellation or remarks",
        "definition": "reason for cancellation or remarks"
      },
      {
        "id": "List.note.id",
        "path": "List.note.id",
        "max": "0"
      },
      {
        "id": "List.note.extension",
        "path": "List.note.extension",
        "max": "0"
      },
      {
        "id": "List.note.author[x]",
        "path": "List.note.author[x]",
        "max": "0"
      },
      {
        "id": "List.note.time",
        "path": "List.note.time",
        "max": "0"
      },
      {
        "id": "List.entry",
        "path": "List.entry",
        "min": 1
      },
      {
        "id": "List.entry.id",
        "path": "List.entry.id",
        "max": "0"
      },
      {
        "id": "List.entry.extension",
        "path": "List.entry.extension",
        "max": "0"
      },
      {
        "id": "List.entry.modifierExtension",
        "path": "List.entry.modifierExtension",
        "max": "0"
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-condition",
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "List.entry.item.id",
        "path": "List.entry.item.id",
        "max": "0"
      },
      {
        "id": "List.entry.item.extension",
        "path": "List.entry.item.extension",
        "max": "0"
      }
    ]
  }
}