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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-ed-flag.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-ed-flag
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-ed-flag
Version1.2.2
Statusactive
NameFlag
TitleEmergency Department Flag Profile
DescriptionFlag profile for marking important alerts and clinical flags identified during emergency department visits.
TypeFlag
Kindresource

Resources that use this resource

StructureDefinition
synapxe.sgcdi#1.2.2profile-ednotesEmergency Department Notes Profile

Resources that this resource uses

StructureDefinition
synapxe.nde#1.0.0profile-patientPatient
synapxe.sgcdi#1.2.2profile-reference-patientPatient Reference Type Profile

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-ed-flag",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-ed-flag",
  "version": "1.2.2",
  "name": "Flag",
  "title": "Emergency Department Flag Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "Flag profile for marking important alerts and clinical flags identified during emergency department visits.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Flag",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Flag",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Flag.extension:artifactDescription",
        "path": "Flag.extension",
        "sliceName": "artifactDescription",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/artifact-description"
            ]
          }
        ]
      },
      {
        "id": "Flag.identifier",
        "path": "Flag.identifier",
        "max": "0"
      },
      {
        "id": "Flag.status",
        "path": "Flag.status",
        "patternCode": "active"
      },
      {
        "id": "Flag.category",
        "path": "Flag.category",
        "max": "0"
      },
      {
        "id": "Flag.subject",
        "path": "Flag.subject",
        "short": "A reference from one resource to another",
        "definition": "A reference from one resource to another.",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient"
            ],
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "Flag.period",
        "path": "Flag.period",
        "max": "0"
      },
      {
        "id": "Flag.encounter",
        "path": "Flag.encounter",
        "max": "0"
      },
      {
        "id": "Flag.author",
        "path": "Flag.author",
        "max": "0"
      }
    ]
  }
}