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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idext-followupType.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/ext-followupType
URLhttps://fhir.synapxe.sg/StructureDefinition/ext-followupType
Version1.2.2
Statusactive
NamefollowupType
TitleFollowup Type Extension
DescriptionExtension for capturing followup type information in DiagnosticReport
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
synapxe.sgcdi#1.2.2profile-diagnosticreport-cdChronic Disease Screening Report Profile

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ext-followupType",
  "url": "https://fhir.synapxe.sg/StructureDefinition/ext-followupType",
  "version": "1.2.2",
  "name": "followupType",
  "title": "Followup Type Extension",
  "status": "active",
  "publisher": "Synapxe",
  "description": "Extension for capturing followup type information in DiagnosticReport",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "DiagnosticReport"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Followup Type Information",
        "definition": "Extension for capturing followup type information in DiagnosticReport"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.synapxe.sg/StructureDefinition/ext-followupType"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Followup type",
        "definition": "Followup type information",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}